diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2020-05-20 19:24:56 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2020-05-20 19:24:56 +0000 |
| commit | 8a4d5e88e0b9e917c5cb3e47fd10ded9d0484b68 (patch) | |
| tree | e618ad9ad507d51c9a47710cb88578f91a4840ee | |
| parent | 2cf5a046cae02d6e0da283190f7c303f607e1c75 (diff) | |
CI: install more dependencies for publish job
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b11cfbda..162d5d5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -214,7 +214,7 @@ publish linux x86_64: when: manual script: - apt-get update - - apt-get install --no-install-recommends -y awscli + - apt-get install --no-install-recommends -y git nodejs awscli - cd zip - ../scripts/wasabi_program.sh @@ -230,7 +230,7 @@ publish windows i686: when: manual script: - apt-get update - - apt-get install --no-install-recommends -y awscli + - apt-get install --no-install-recommends -y git nodejs awscli - cd zip - ../scripts/wasabi_program.sh |
