Skip to content

Commit

Permalink
add .gitlab-ci.yml crossplane-contrib#33
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Sushkov (teeverr) committed Jun 3, 2024
1 parent 547601d commit 87ed7ae
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 @@ -16,7 +16,6 @@ stages:
NO_PROXY: '127.0.0.1,localhost,code.swisscom.com,git.swisscom.com,artifactory.swisscom.com,bin.swisscom.com,icp.swisscom.com'
GOPROXY: "https://artifactory.swisscom.com/artifactory/api/go/proxy-golang-go-virtual"
GOFLAGS: '-buildvcs=false'
GOPATH: '/go'
script:
- mkdir -p $HOME/.docker && cat $DOCKER_CONFIG_JSON > $HOME/.docker/config.json
- git config --global --add safe.directory $CI_PROJECT_DIR
Expand Down Expand Up @@ -48,5 +47,5 @@ build:
echo "this build classified as ${BUILD_TYPE} based on tag ${CI_COMMIT_TAG}"
- make submodules
- make vendor vendor.check
- make -j2 build.all VERSION=${CI_COMMIT_TAG}
- make -j2 build VERSION=${CI_COMMIT_TAG}
- make -j2 publish.artifacts PLATFORMS=linux_amd64 XPKG_REG_ORGS=${DESTINATION_REGISTRY}/provider-aws VERSION=${CI_COMMIT_TAG}

0 comments on commit 87ed7ae

Please sign in to comment.