Skip to content

Commit

Permalink
add .gitlab-ci.yml crossplane-contrib#41
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Sushkov (teeverr) committed Jun 7, 2024
1 parent c027818 commit 61e1105
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@ build:
fi
echo "this build classified as ${BUILD_TYPE} based on tag ${CI_COMMIT_TAG}"
- go build -o provider-aws-linux-amd64 cmd/provider/main.go
- ls -lah /up
- whoami
- chmod +x /up
- /up xpkg build --package-root="." XPKG_EXAMPLES_DIR --examples-root="./examples" --output="./provider-aws.xpkg"
- /up xpkg publish ${DESTINATION_REGISTRY}/provider-aws:${CI_COMMIT_TAG} -f ./provider-aws.xpkg

0 comments on commit 61e1105

Please sign in to comment.