diff options
author | Chris Evich <cevich@redhat.com> | 2019-03-04 10:55:48 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-03-04 17:08:21 -0500 |
commit | a888e0fad2d50b8e4dd051136e1c36d6294fb0fc (patch) | |
tree | a2efe6fa7f08975ecece389221f8f8308a758a6f /contrib/cirrus/setup_environment.sh | |
parent | a810d96b6c71ee01b5812c69b98d5620427ad043 (diff) | |
download | podman-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-x | contrib/cirrus/setup_environment.sh | 4 |
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" |