Skip to content

Commit 8a82c29

Browse files
committed
ci: install git before release
1 parent 95cb863 commit 8a82c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stages:
66

77
before_script:
88
- apt-get update -y
9-
- apt-get install curl gnupg wget -y
9+
- apt-get install curl gnupg wget git -y
1010
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
1111
- echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
1212
- apt-get remove cmdtest

0 commit comments

Comments
 (0)