ci: apt-get update before install as a workaround
This commit is contained in:
parent
15c316b0d8
commit
b7fb63d696
@ -5,6 +5,7 @@ set -e
|
|||||||
|
|
||||||
SRCDIR=$(pwd)
|
SRCDIR=$(pwd)
|
||||||
rm -rf .git
|
rm -rf .git
|
||||||
|
sudo apt-get update -y
|
||||||
sudo apt-get install -y s3cmd
|
sudo apt-get install -y s3cmd
|
||||||
|
|
||||||
cd "$HOME"
|
cd "$HOME"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user