We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13538fe commit 26fde70Copy full SHA for 26fde70
ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml
@@ -828,7 +828,8 @@ objects:
828
export PATH="${HOME}/.local/bin:${PATH}"
829
easy_install --user pip # our Python 2.7.5 is even too old for ensurepip
830
pip install --user awscli
831
- export AWS_REGION="$(python -c 'import json; data = json.load(open("/tmp/artifacts/installer/metadata.json")); print(data["aws"]["region"])')"
+ export AWS_DEFAULT_REGION="$(python -c 'import json; data = json.load(open("/tmp/artifacts/installer/metadata.json")); print(data["aws"]["region"])')"
832
+ echo "gathering node console output from ${AWS_DEFAULT_REGION}"
833
fi
834
835
while IFS= read -r i; do
0 commit comments