We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cb863 commit 8a82c29Copy full SHA for 8a82c29
.gitlab-ci.yml
@@ -6,7 +6,7 @@ stages:
6
7
before_script:
8
- apt-get update -y
9
- - apt-get install curl gnupg wget -y
+ - apt-get install curl gnupg wget git -y
10
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
11
- echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
12
- apt-get remove cmdtest
0 commit comments