Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bvpy
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MOSAIC
bvpy
Commits
42789cc9
Commit
42789cc9
authored
3 months ago
by
PETIT Manuel
Browse files
Options
Downloads
Patches
Plain Diff
Fix gitlab-ci YAML syntax
parent
af5a3d8e
No related branches found
No related tags found
No related merge requests found
Pipeline
#1097430
failed
3 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
42789cc9
...
...
@@ -108,7 +108,7 @@ create_release:
dependencies
:
-
zip_tutorials
# Depend on the zip_tutorials job
before_script
:
-
apt-get update && apt-get install curl -y
-
apt-get update && apt-get install curl
jq
-y
-
curl -L --silent --location --output /usr/local/bin/release-cli "https://gitlab.com/api/v4/projects/gitlab-org%2Frelease-cli/packages/generic/release-cli/latest/release-cli-linux-amd64"
-
chmod +x /usr/local/bin/release-cli
script
:
...
...
@@ -120,7 +120,7 @@ create_release:
-
release-cli create \
--name "Release TEST-$CI_COMMIT_REF_NAME" \
--tag-name "TEST-$CI_COMMIT_REF_NAME" \
--description $'## Test Release\nThis is a test release from the hotfix branch.'
"
\
--description $'## Test Release\nThis is a test release from the hotfix branch.'\
--assets-link "{\"name\":\"tutorials.zip\", \"url\":\"$CI_PROJECT_URL${UPLOAD_URL}\"}"
rules
:
-
if
:
'
$CI_COMMIT_TAG'
# Run only on tag pipelines, e.g., for release tags
...
...
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