Skip to content

Commit

Permalink
add .gitlab-ci.yml #12
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Sushkov (teeverr) committed May 31, 2024
1 parent f3542ff commit 5b6cd34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ stages:
GOFLAGS: '-buildvcs=false'
GOPATH: '/go'
script:
- mkdir -p $HOME/.docker && cat $DOCKER_CONFIG_JSON > $HOME/.docker/config.json
- mkdir -p $HOME/.docker && cat $DOCKER_CONFIG_JSON > $HOME/.docker/config.json
- git config --global --add safe.directory CI_PROJECT_DIR

#lint:
# stage: lint
Expand Down

0 comments on commit 5b6cd34

Please sign in to comment.