Skip to content

Commit

Permalink
add .gitlab-ci.yml crossplane-contrib#15
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Sushkov (teeverr) committed May 31, 2024
1 parent 13aaac5 commit c091caa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ stages:
GOPATH: '/go'
script:
- 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 All @@ -33,7 +32,7 @@ build:
stage: build
extends: .base
script:
- echo $CI_PROJECT_DIR
- git config --global --add safe.directory $CI_PROJECT_DIR
- make go.modules.tidy
- |
if [[ $CI_COMMIT_TAG =~ ^v?[0-9]{1,4}.[0-9]{1,4}.[0-9]{1,4}$ ]]; then
Expand Down

0 comments on commit c091caa

Please sign in to comment.