Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarriosjr committed Feb 22, 2023
1 parent 62507a1 commit e66fca9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,9 @@ do
VARS+=" -var=\"$i\" "
done

for entry in "$GITHUB_WORKSPACE/deployments"/*
do
echo "$entry"
done

cat "$GITHUB_WORKSPACE/deployments/nomad.job"

echo "Vars: $VARS"
echo "Nomad Job: $GITHUB_WORKSPACE/$NOMAD_JOB"

nomad job run $VARS "$GITHUB_WORKSPACE/$NOMAD_JOB"
nomad job run $VARS $GITHUB_WORKSPACE/$NOMAD_JOB

0 comments on commit e66fca9

Please sign in to comment.