Skip to content
Snippets Groups Projects
Commit 8bd129ca authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason :baby:
Browse files

Update auto-build-image to v1.5.0

This was a feature-flagged change, see rollout issue
#337990

We delete the feature flag here to prevent confusion in production if
the latest template falls behind stable.

The latest template must, however, remain, as removing it is a breaking
change.

Changelog: changed
parent b19f2af9
No related branches found
No related tags found
1 merge request!79652Update auto-build-image to v1.5.0
Pipeline #462126105 passed
---
name: redirect_to_latest_template_jobs_build
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/67782
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/337990
milestone: '14.2'
type: development
group: group::configure
default_enabled: false
variables:
AUTO_BUILD_IMAGE_VERSION: 'v1.0.0'
AUTO_BUILD_IMAGE_VERSION: 'v1.5.0'
build:
stage: build
......@@ -19,6 +19,9 @@ build:
export CI_APPLICATION_TAG=${CI_APPLICATION_TAG:-$CI_COMMIT_TAG}
fi
- /build/build.sh
artifacts:
reports:
dotenv: gl-auto-build-variables.env
rules:
- if: '$BUILD_DISABLED'
when: never
......
......@@ -5,9 +5,7 @@ module Template
class GitlabCiYmlTemplate < BaseTemplate
BASE_EXCLUDED_PATTERNS = [%r{\.latest\.}].freeze
TEMPLATES_WITH_LATEST_VERSION = {
'Jobs/Build' => true
}.freeze
TEMPLATES_WITH_LATEST_VERSION = {}.freeze
def description
"# This file is a template, and might need editing before it works on your project."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment