wtf
parent
9ccf0a0638
commit
932ee01299
|
|
@ -2,6 +2,10 @@
|
|||
# Usage: build-npm-package.sh <registry-url> <publish-with-this-version>
|
||||
# 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
|
||||
echo "WORKS"
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue