Skip to content

Commit

Permalink
Removed unnecessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
nitumore authored Jul 15, 2022
1 parent 6ab56fd commit a2ce36f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,6 @@ run_accurics() {
accurics init
fi

# echo "forcing TF_CLI_CONFIG_FILE"
# export TF_CLI_CONFIG_FILE=.terraformrc
# echo "value of TF_CLI_CONFIG_FILE=$TF_CLI_CONFIG_FILE"
# echo $TF_CLI_CONFIG_FILE
# echo "GITHUB_ENV:$GITHUB_ENV"

#echo "TF_CLI_CONFIG_FILE=.terraformrc" >> $GITHUB_ENV
#echo "GITHUB_ENV:$GITHUB_ENV"
#echo "printing content of file"
#cat .terraformrc
#echo "printing content of file"
#cat ./.terraformrc
echo "TF_CLI_CONFIG_FILE:$TF_CLI_CONFIG_FILE"

if [ "$INPUT_PIPELINE" = true ]; then
Expand Down

0 comments on commit a2ce36f

Please sign in to comment.