diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba4762b..74f2f7e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,18 +1,8 @@ -.rules-changes: &rules-changes - rules: - - changes: - - Jenkinsfile - - .gitlab-ci.yml - - readme.md - when: never - - when: on_success - stages: - build "Build Release": stage: build - <<: *rules-changes image: name: registry.c.test-chamber-13.lan/dockerhub/library/golang:alpine allow_failure: false @@ -44,7 +34,6 @@ stages: stage: build image: name: registry.gitlab.com/gitlab-org/release-cli:latest - <<: *rules-changes needs: - job: "Build Release" artifacts: true