Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Ci Files
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
digicon-webxr-store
Ci Files
Commits
0692729b
Commit
0692729b
authored
4 years ago
by
Lopez de Guereña Caballero, Jon
Browse files
Options
Downloads
Patches
Plain Diff
release commented untils bug fixed
parent
d92e0ca9
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
project-maven-azure-docker/release.yml
+14
-14
14 additions, 14 deletions
project-maven-azure-docker/release.yml
with
14 additions
and
14 deletions
project-maven-azure-docker/release.yml
+
14
−
14
View file @
0692729b
release
:
image
:
registry.gitlab.com/gitlab-org/release-cli
stage
:
deploy
tags
:
-
docker
script
:
release-cli create --name $CI_COMMIT_TAG --description awesome-release
--milestone $CI_COMMIT_TAG
- export COMMIT_TIME=$(git show -s --format=%ct $CI_COMMIT_SHA)
--released-at $COMMIT_TIME
except
:
-
branches
only
:
-
/^v\d+.\d+.\d|\d+.\d+/
#
release:
#
image: registry.gitlab.com/gitlab-org/release-cli
#
stage: deploy
#
tags:
#
- docker
#
script:
#
release-cli create --name $CI_COMMIT_TAG --description awesome-release
#
--milestone $CI_COMMIT_TAG
#
- export COMMIT_TIME=$(git show -s --format=%ct $CI_COMMIT_SHA)
#
--released-at $COMMIT_TIME
#
except:
#
- branches
#
only:
#
- /^v\d+.\d+.\d|\d+.\d+/
...
...
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