Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
zramsay committed Sep 28, 2023
1 parent 932ee01 commit 4572207
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/data/container-build/cerc-builder-js/build-npm-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# Note: supply the registry auth token in CERC_NPM_AUTH_TOKEN
#


if [[ -n "$CERC_SCRIPT_DEBUG" ]]; then
set -x
fi

echo "GITEA ACTIONS 1 is: $GITEA_ACTIONS"
echo "GITEA ACTIONS 2 is: ${GITEA_ACTIONS}"

Expand All @@ -12,9 +17,6 @@ else
echo "WTF"
fi

if [[ -n "$CERC_SCRIPT_DEBUG" ]]; then
set -x
fi
if ! [[ $# -eq 1 || $# -eq 2 ]]; then
echo "Illegal number of parameters" >&2
exit 1
Expand Down

0 comments on commit 4572207

Please sign in to comment.