From 7286a21464f1a8e485ecde76bdc11bf4aab09516 Mon Sep 17 00:00:00 2001 From: nhyatt Date: Fri, 27 Jun 2025 17:45:43 -0500 Subject: [PATCH] build it --- .gitlab-ci.yml | 11 ----------- 1 file changed, 11 deletions(-) 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