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

Commit

Permalink
Bump robotest to 2.2.1 (#2401)
Browse files Browse the repository at this point in the history
This fixes a bootstrap failure on Ubuntu, Debian and Suse related
to installing awscli.  See:

  gravitational/robotest#279

(cherry picked from commit 4054cef)
  • Loading branch information
wadells authored Jan 28, 2021
1 parent 6031fef commit 2cb2c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.assets/robotest/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readonly ROBOTEST_SCRIPT=$(mktemp -d)/runsuite.sh

# a number of environment variables are expected to be set
# see https://github.com/gravitational/robotest/blob/v2.0.0/suite/README.md
export ROBOTEST_VERSION=${ROBOTEST_VERSION:-2.2.0}
export ROBOTEST_VERSION=${ROBOTEST_VERSION:-2.2.1}
export ROBOTEST_REPO=quay.io/gravitational/robotest-suite:$ROBOTEST_VERSION
export INSTALLER_URL=$GRAVITY_BUILDDIR/telekube.tar
export GRAVITY_URL=$GRAVITY_BUILDDIR/gravity
Expand Down

0 comments on commit 2cb2c20

Please sign in to comment.