Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
test: bare PLATFORM uses aws bare instance to run test
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaofeng Wang <[email protected]>
  • Loading branch information
henrywang committed Apr 21, 2024
1 parent 605ce70 commit ab2c1cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions os-replace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ QUAY_REPO_TAG="${QUAY_REPO_TAG:-$(tr -dc a-z0-9 < /dev/urandom | head -c 4 ; ech
INVENTORY_FILE="${TEMPDIR}/inventory"
AWS_BARE="${AWS_BARE-false}"

# bare PLATFORM uses aws bare instance
if [[ "$AWS_BARE" == true ]]; then
PLATFORM="aws"
fi

greenprint "Login quay.io"
podman login -u "${QUAY_USERNAME}" -p "${QUAY_PASSWORD}" quay.io

Expand Down

0 comments on commit ab2c1cb

Please sign in to comment.