summaryrefslogtreecommitdiff
path: root/contrib/cirrus/setup_environment.sh
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-03-04 10:55:48 -0500
committerChris Evich <cevich@redhat.com>2019-03-04 17:08:21 -0500
commita888e0fad2d50b8e4dd051136e1c36d6294fb0fc (patch)
treea2efe6fa7f08975ecece389221f8f8308a758a6f /contrib/cirrus/setup_environment.sh
parenta810d96b6c71ee01b5812c69b98d5620427ad043 (diff)
downloadpodman-a888e0fad2d50b8e4dd051136e1c36d6294fb0fc.tar.gz
podman-a888e0fad2d50b8e4dd051136e1c36d6294fb0fc.tar.bz2
podman-a888e0fad2d50b8e4dd051136e1c36d6294fb0fc.zip
cirrus: Drop ginkgo, gomega, easyjson install
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/setup_environment.sh')
-rwxr-xr-xcontrib/cirrus/setup_environment.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh
index 77c20d9bd..c3276bb6f 100755
--- a/contrib/cirrus/setup_environment.sh
+++ b/contrib/cirrus/setup_environment.sh
@@ -78,10 +78,6 @@ then
cd "${GOSRC}/"
source "$SCRIPT_BASE/lib.sh"
-
- # Only testing-VMs need deps installed, not image-builder VM
- echo "$CIRRUS_TASK_NAME" | grep -q 'image' || \
- install_testing_dependencies # must exist in $GOPATH
fi
record_timestamp "env. setup end"