diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-05 07:05:02 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-05 07:05:02 -0800 |
commit | 3614764b70b8541444e8e9966075ccef082535b0 (patch) | |
tree | ee1ce39b0b58cee719067121932ba64e19b18d10 /contrib/cirrus/lib.sh | |
parent | 645426fe797f90fc75712388e0373158f13bab0a (diff) | |
parent | 842d19c90fc0f05d90517dcdad73cc2689994b1b (diff) | |
download | podman-3614764b70b8541444e8e9966075ccef082535b0.tar.gz podman-3614764b70b8541444e8e9966075ccef082535b0.tar.bz2 podman-3614764b70b8541444e8e9966075ccef082535b0.zip |
Merge pull request #2435 from cevich/add_bats
Cirrus: Add BATS package for all platforms
Diffstat (limited to 'contrib/cirrus/lib.sh')
-rw-r--r-- | contrib/cirrus/lib.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/contrib/cirrus/lib.sh b/contrib/cirrus/lib.sh index 8be696933..acd2447c0 100644 --- a/contrib/cirrus/lib.sh +++ b/contrib/cirrus/lib.sh @@ -300,21 +300,6 @@ EOF fi } -# Runs in testing VM, not image building -install_testing_dependencies() { - echo "Installing ginkgo, gomega, and easyjson into \$GOPATH=$GOPATH" - req_env_var " - GOPATH $GOPATH - GOSRC $GOSRC - " - cd "$GOSRC" - ooe.sh go get -u github.com/onsi/ginkgo/ginkgo - ooe.sh install -D -m 755 "$GOPATH"/bin/ginkgo /usr/bin/ - ooe.sh go get github.com/onsi/gomega/... - ooe.sh go get -u github.com/mailru/easyjson/... - sudo install -D -m 755 "$GOPATH"/bin/easyjson /usr/bin/ -} - install_packer_copied_files(){ # Install cni config, policy and registry config sudo install -D -m 755 /tmp/libpod/cni/87-podman-bridge.conflist \ |