Skip to content
Snippets Groups Projects
Commit dda4c5d1 authored by calrama's avatar calrama
Browse files

Rename

parent fc318575
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ function gitlab-fetch-artifacts { ...@@ -3,7 +3,7 @@ function gitlab-fetch-artifacts {
7z e artifacts.zip; rm artifacts.zip 7z e artifacts.zip; rm artifacts.zip
} }
function gitlab-trigger { function gitlab-trigger-pipeline {
curl --request POST --form "token=$2" --form "ref=$3" "https://git.imp.fu-berlin.de/api/v4/projects/$1/trigger/pipeline" curl --request POST --form "token=$2" --form "ref=$3" "https://git.imp.fu-berlin.de/api/v4/projects/$1/trigger/pipeline"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment