forked from platypush/platypush
Added curl dependency to the deb pkg build steps.
This commit is contained in:
parent
3931a3cbf2
commit
9926aefed0
1 changed files with 2 additions and 2 deletions
|
@ -295,7 +295,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- echo "-- Installing dependencies"
|
- echo "-- Installing dependencies"
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y dpkg-dev gpg git python3 python3-pip
|
- apt install -y curl dpkg-dev gpg git python3 python3-pip
|
||||||
- pip install awscli --break-system-packages
|
- pip install awscli --break-system-packages
|
||||||
|
|
||||||
- echo "-- Copying source directory"
|
- echo "-- Copying source directory"
|
||||||
|
@ -396,7 +396,7 @@ steps:
|
||||||
|
|
||||||
- echo "-- Installing dependencies"
|
- echo "-- Installing dependencies"
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y dpkg-dev gpg git python3 python3-pip
|
- apt install -y curl dpkg-dev gpg git python3 python3-pip
|
||||||
- pip install awscli
|
- pip install awscli
|
||||||
|
|
||||||
- echo "--- Parsing metadata"
|
- echo "--- Parsing metadata"
|
||||||
|
|
Loading…
Reference in a new issue