Skip to content

Commit

Permalink
Merge pull request openshift#2081 from 2uasimojo/HIVE-2259/default-ba…
Browse files Browse the repository at this point in the history
…sedomain

e2e (AWS): Default BASE_DOMAIN for new CI account
  • Loading branch information
openshift-merge-robot authored Aug 9, 2023
2 parents 6aa3fa8 + 5736cd9 commit 9adf5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ case "${CLOUD}" in
if [ -s $CREDS_FILE ] && ! [ "${AWS_ACCESS_KEY_ID}" ] && ! [ "${AWS_SECRET_ACCESS_KEY}" ]; then
CREDS_FILE_ARG="--creds-file=${CREDS_FILE}"
fi
BASE_DOMAIN="${BASE_DOMAIN:-hive-ci.openshift.com}"
BASE_DOMAIN="${BASE_DOMAIN:-hive-ci.devcluster.openshift.com}"
EXTRA_CREATE_CLUSTER_ARGS="--aws-user-tags expirationDate=$(date -d '4 hours' --iso=minutes --utc)"
if [ "$REGION" ]; then
REGION_ARG="--region $REGION"
Expand Down

0 comments on commit 9adf5ce

Please sign in to comment.