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.
2 parents 24f82c0 + 9a136ed commit 29063e0Copy full SHA for 29063e0
scripts/ci-e2e.sh
@@ -48,13 +48,8 @@ cleanup() {
48
trap cleanup EXIT
49
50
# Ensure that python3-pip is installed.
51
-apt update
52
-apt install -y python3-pip
53
-rm -rf /var/lib/apt/lists/*
54
-
55
-# Install/upgrade pip and requests module explicitly for HTTP calls.
56
57
-apt install -y python3-pip python3-requests
+apt-get update
+apt-get install -y python3-pip python3-requests
58
59
# If BOSKOS_HOST is set then acquire an AWS account from Boskos.
60
if [ -n "${BOSKOS_HOST:-}" ]; then
0 commit comments