zramsay 2023-09-27 20:22:20 -04:00
parent 932ee01299
commit 4572207266
1 changed files with 5 additions and 3 deletions

View File

@ -3,6 +3,11 @@
# Note: supply the registry auth token in CERC_NPM_AUTH_TOKEN # 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 1 is: $GITEA_ACTIONS"
echo "GITEA ACTIONS 2 is: ${GITEA_ACTIONS}" echo "GITEA ACTIONS 2 is: ${GITEA_ACTIONS}"
@ -12,9 +17,6 @@ else
echo "WTF" echo "WTF"
fi fi
if [[ -n "$CERC_SCRIPT_DEBUG" ]]; then
set -x
fi
if ! [[ $# -eq 1 || $# -eq 2 ]]; then if ! [[ $# -eq 1 || $# -eq 2 ]]; then
echo "Illegal number of parameters" >&2 echo "Illegal number of parameters" >&2
exit 1 exit 1