Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
zramsay committed Sep 28, 2023
1 parent 9ccf0a0 commit 932ee01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/data/container-build/cerc-builder-js/build-npm-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 932ee01

Please sign in to comment.