Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ci
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
ci
Commits
ff3dcf0f
Commit
ff3dcf0f
authored
2 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
establish 'ci-release' as magic ad-hoc release branch
parent
3a390abd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildjob
+2
-2
2 additions, 2 deletions
buildjob
with
2 additions
and
2 deletions
buildjob
+
2
−
2
View file @
ff3dcf0f
...
@@ -114,8 +114,8 @@ if [[ "$CI_RUNNER_DESCRIPTION" == "coop-timing" && -n "$CI_COMMIT_BRANCH" ]]; th
...
@@ -114,8 +114,8 @@ if [[ "$CI_RUNNER_DESCRIPTION" == "coop-timing" && -n "$CI_COMMIT_BRANCH" ]]; th
--data-binary
@- < build-times.txt
--data-binary
@- < build-times.txt
fi
fi
#
m
aybe create opam package
#
M
aybe create opam package
-- only for master branches, and the magic `ci-release` branch.
if
[[
-n
"
$OPAM_PKG
"
&&
"
$CI_COMMIT_BRANCH
"
==
"master"
]]
;
then
if
[[
-n
"
$OPAM_PKG
"
&&
(
"
$CI_COMMIT_BRANCH
"
==
"master"
||
"
$CI_COMMIT_BRANCH
"
==
"ci-release"
)
]]
;
then
# check if we have the secret
# check if we have the secret
if
[[
-z
"
$OPAM_UPDATE_SECRET
"
]]
;
then
if
[[
-z
"
$OPAM_UPDATE_SECRET
"
]]
;
then
panic
"[buildjob] OPAM_UPDATE_SECRET variable is missing"
panic
"[buildjob] OPAM_UPDATE_SECRET variable is missing"
...
...
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