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
Compare revisions
df14cb0514bf51e7e08d255238470c175eadb435 to 7ccd7063e4cca23105d638eecb355556334f55c2
Project 'FP/iris-ci' was moved to 'iris/ci'. Please update any links and bookmarks that may still have the old path.
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
iris/ci
Select target project
No results found
7ccd7063e4cca23105d638eecb355556334f55c2
Select Git revision
Swap
Target
iris/ci
Select target project
iris/ci
msammler/ci
snyke7/ci
3 results
df14cb0514bf51e7e08d255238470c175eadb435
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
fix submitting to opam-updater
· 7ccd7063
Ralf Jung
authored
7 years ago
7ccd7063
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildjob
+1
-1
1 addition, 1 deletion
buildjob
with
1 addition
and
1 deletion
buildjob
View file @
7ccd7063
...
...
@@ -68,7 +68,7 @@ if [[ -n "$OPAM_PKG" && "$CI_COMMIT_REF_NAME" == "${OPAM_PKG_BRANCH:-master}" ]]
# Trigger opam updater
curl
--fail
-sS
-X
POST https://gitlab.mpi-sws.org/api/v4/projects/581/trigger/pipeline
\
-F
"token=
$OPAM_UPDATE_SECRET
"
\
-F
"ref=master"
\
# the branch we trigger on the other end
-F
"ref=master"
\
-F
"variables[REPO]=
$CI_PROJECT_URL
.git"
\
-F
"variables[REF]=
$CI_COMMIT_REF_NAME
"
\
-F
"variables[SHA]=
$CI_COMMIT_SHA
"
\
...
...
This diff is collapsed.
Click to expand it.