summaryrefslogtreecommitdiffhomepage
path: root/test/e2e/runsc-install.sh
diff options
context:
space:
mode:
authorIan Lewis <ianlewis@google.com>2020-03-25 08:28:24 +0900
committerGitHub <noreply@github.com>2020-03-25 08:28:24 +0900
commit8fbf811f79d611dd55355734736265dfec20b73f (patch)
tree1011bd93ba189f1bd64981940fcfc09f053b1a75 /test/e2e/runsc-install.sh
parentfa5f99187bb28a0f363ddce82cefe92a002edc0f (diff)
Updated e2e tests on travis (#53)
* Updated e2e tests on travis - Updated tests to run using Go 1.14 - Added test for containerd 1.3 - Updated release of runsc to test * Fix release downloading in e2e tests * Fix test targets * Update to using Ubuntu bionic in travis tests
Diffstat (limited to 'test/e2e/runsc-install.sh')
-rwxr-xr-xtest/e2e/runsc-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/runsc-install.sh b/test/e2e/runsc-install.sh
index 64823bd3b..420fe01e9 100755
--- a/test/e2e/runsc-install.sh
+++ b/test/e2e/runsc-install.sh
@@ -3,6 +3,6 @@
# Sample script to install runsc
wget -q --https-only \
- https://storage.googleapis.com/gvisor/releases/nightly/${RUNSC_VERSION}/runsc
+ https://storage.googleapis.com/gvisor/releases/${RUNSC_VERSION}/runsc
chmod +x runsc
sudo mv runsc /usr/local/bin/