Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Retag Branches
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Continuous Integration
Auto-DevOps
Retag Branches
Commits
30e7b08d
Commit
30e7b08d
authored
1 year ago
by
Dmitriy Safronov
Browse files
Options
Downloads
Patches
Plain Diff
exports
Signed-off-by:
Dmitriy Safronov
<
zimniy@cyberbrain.pw
>
parent
671d8b51
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Retag-Branches.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
Retag-Branches.gitlab-ci.yml
with
2 additions
and
2 deletions
Retag-Branches.gitlab-ci.yml
+
2
−
2
View file @
30e7b08d
...
...
@@ -32,8 +32,8 @@ retag_branches:
GIT_STRATEGY
:
"
none"
before_script
:
-
test -f gl-auto-build-variables.env && source gl-auto-build-variables.env
-
test -z "${CI_APPLICATION_TAG}" ||
export CI_APPLICATION_TAG="${CI_APPLICATION_TAG}"
-
CI_APPLICATION_TAG_NEW="${CI_APPLICATION_TAG%@*}"
export REGISTRY_TAG_NEW="${CI_APPLICATION_TAG
_NEW:-$CI_COMMIT_SHA
}-$(date -u +%s)"
-
export CI_APPLICATION_TAG="${CI_APPLICATION_TAG
:-$CI_COMMIT_SHA
}"
-
export REGISTRY_TAG_NEW="${CI_APPLICATION_TAG
%@*
}-$(date -u +%s)"
script
:
-
sh /entrypoint.sh
rules
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment