Commit 075476b8 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'delete-feature-flag-redirect-to-latest-template-jobs-build' into 'master'

Update auto-build-image to v1.5.0

See merge request gitlab-org/gitlab!79652
parents 744f7d7d bda3b9d0
---
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
......
# WARNING: This latest template is for internal FEATURE-FLAG TESTING ONLY.
# It is not meant to be used with `include:`.
# This template is scheduled for removal when testing is complete: https://gitlab.com/gitlab-org/gitlab/-/issues/337987
variables:
AUTO_BUILD_IMAGE_VERSION: 'v1.5.0'
......
......@@ -5,9 +5,7 @@ module Gitlab
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."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment