Skip to content

Commit

Permalink
Do not use the generated config file
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Jan 17, 2025
1 parent a294f69 commit 411d50d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloud-info/ams-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ if token-generator; then
if SECRETS_FILE="$ACCESS_TOKEN_FILE" config-generator >"$AUTO_CONFIG_PATH/site.yaml"; then
# this worked, let's update the env
export CHECKIN_SECRETS_PATH="$AUTO_CONFIG_PATH/vos"
export CLOUD_INFO_CONFIG="$AUTO_CONFIG_PATH/site.yaml"
# Do not use the generated config file
# export CLOUD_INFO_CONFIG="$AUTO_CONFIG_PATH/site.yaml"
fi
fi

Expand Down

0 comments on commit 411d50d

Please sign in to comment.