ci/cd: fix oras cli flags after it got updated

installing notation and oras not needed anymore

Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
This commit is contained in:
Petu Eusebiu
2022-07-12 17:21:49 +03:00
committed by Ramkumar Chinchani
parent 26f85ab195
commit 01d742718f
5 changed files with 8 additions and 26 deletions
+1 -10
View File
@@ -32,15 +32,6 @@ jobs:
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y install skopeo
# install notation
curl -Lo notation.tar.gz https://github.com/notaryproject/notation/releases/download/v0.7.1-alpha.1/notation_0.7.1-alpha.1_linux_amd64.tar.gz
sudo tar xvzf notation.tar.gz -C /usr/bin notation
# install oras
curl -LO https://github.com/oras-project/oras/releases/download/v0.12.0/oras_0.12.0_linux_amd64.tar.gz
mkdir -p oras-install/
tar -zxf oras_0.12.0_*.tar.gz -C oras-install/
sudo mv oras-install/oras /usr/bin/
rm -rf oras_0.12.0_*.tar.gz oras-install/
- name: Run push-pull tests
run: |
make push-pull
@@ -55,4 +46,4 @@ jobs:
make bats-sync
- name: Run scrub tests
run: |
make bats-scrub
make bats-scrub