aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authora <a@tuxpa.in>2022-03-28 17:42:03 +0000
committera <a@tuxpa.in>2022-03-28 17:42:03 +0000
commit9f0957b4d09feffd4c587b0da4257b83e16acc52 (patch)
tree2b5cd09498eec04fba93e7d212321b74aa300550
parent907f9b51cd713a293a565ea365af02d7df7d3ed9 (diff)
downloadseaweedfs-9f0957b4d09feffd4c587b0da4257b83e16acc52.tar.xz
seaweedfs-9f0957b4d09feffd4c587b0da4257b83e16acc52.zip
Remove restrictions
-rw-r--r--.gitlab-ci.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 29f8fd342..608ab54fa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,8 +4,6 @@ build-binary-latest:
name: golang:1.18.0-alpine3.15
script:
- go build -o ./weed/weed ./weed
- rules:
- - if: $CI_COMMIT_TAG
build-container-latest:
stage: build
@@ -19,6 +17,4 @@ build-container-latest:
/kaniko/executor
--context "${CI_PROJECT_DIR}/docker"
--dockerfile "${CI_PROJECT_DIR}/docker/Dockerfile.go_build"
- --destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}"
- rules:
- - if: $CI_COMMIT_TAG \ No newline at end of file
+ --destination "${CI_REGISTRY_IMAGE}:latest" \ No newline at end of file