Skip to content

Commit

Permalink
ci: Remove logging of variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Nov 20, 2024
1 parent 495e4a2 commit 295197c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions trigger-awx-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ export CONTROLLER_HOST=${AWX_HOST}
export CONTROLLER_USERNAME=${AWX_USER}
export CONTROLLER_PASSWORD=${AWX_USER_PASSWORD}

echo CONTROLLER_HOST=${CONTROLLER_USERNAME}
echo CONTROLLER_USERNAME=${CONTROLLER_HOST}
echo CONTROLLER_PASSWORD=${CONTROLLER_PASSWORD}

EXTRA_VARS={\"${TAG_VARIABLE}\":\"${TAG}\"}
echo "EXTRA_VARS=${EXTRA_VARS}"
echo "Launching Job Template ${TEMPLATE} and monitoring..."
Expand Down

0 comments on commit 295197c

Please sign in to comment.