We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd4b9f commit 348b623Copy full SHA for 348b623
.gitlab-ci.yml
@@ -5,7 +5,7 @@ stages:
5
- build
6
7
before_script:
8
- - apk add --no-cache make git
+ - apk add --no-cache make git gcc
9
- mkdir -p /go/src/github.com/yannh
10
- cp -r $CI_PROJECT_DIR /go/src/github.com/yannh/redis-dump-go
11
- cd /go/src/github.com/yannh/redis-dump-go
0 commit comments