wtf
parent
9ccf0a0638
commit
932ee01299
|
|
@ -2,6 +2,10 @@
|
||||||
# Usage: build-npm-package.sh <registry-url> <publish-with-this-version>
|
# Usage: build-npm-package.sh <registry-url> <publish-with-this-version>
|
||||||
# Note: supply the registry auth token in CERC_NPM_AUTH_TOKEN
|
# Note: supply the registry auth token in CERC_NPM_AUTH_TOKEN
|
||||||
#
|
#
|
||||||
|
|
||||||
|
echo "GITEA ACTIONS 1 is: $GITEA_ACTIONS"
|
||||||
|
echo "GITEA ACTIONS 2 is: ${GITEA_ACTIONS}"
|
||||||
|
|
||||||
if [[ "$GITEA_ACTIONS" = "true" ]]; then
|
if [[ "$GITEA_ACTIONS" = "true" ]]; then
|
||||||
echo "WORKS"
|
echo "WORKS"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue