Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sygal-import-ws
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
sygal-import-ws
Commits
1f4210cd
Commit
1f4210cd
authored
Mar 10, 2021
by
Bertrand Gauthier
Browse files
Options
Downloads
Patches
Plain Diff
WIP 1.3.7
parent
ea2049f7
No related branches found
No related tags found
No related merge requests found
Pipeline
#9347
failed
Mar 10, 2021
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-2
1 addition, 2 deletions
.gitlab-ci.yml
with
1 addition
and
2 deletions
.gitlab-ci.yml
+
1
−
2
View file @
1f4210cd
...
@@ -16,10 +16,9 @@ test:
...
@@ -16,10 +16,9 @@ test:
release_job
:
release_job
:
stage
:
release
stage
:
release
image
:
registry.gitlab.com/gitlab-org/release-cli:latest
rules
:
rules
:
-
if
:
$CI_COMMIT_TAG
# Run this job when a tag is created manually
-
if
:
$CI_COMMIT_TAG
# Run this job when a tag is created manually
script
:
-
echo 'running release_job...'
release
:
release
:
name
:
'
v$CI_COMMIT_TAG'
name
:
'
v$CI_COMMIT_TAG'
tag_name
:
'
$CI_COMMIT_TAG'
tag_name
:
'
$CI_COMMIT_TAG'
...
...
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