Skip to content
Snippets Groups Projects
Commit 7b0c67cc authored by Leo Pound Singer's avatar Leo Pound Singer
Browse files

Remove GitLab trigger job

parent c34b5339
No related branches found
No related tags found
No related merge requests found
JOB trigger-gitlab-pages htcondor/trigger-gitlab-pages.sub
JOB localize-first2years-2015 htcondor/localize-first2years.sub
VARS localize-first2years-2015 OBSERVING_RUN="2015" F_LOW="40"
......@@ -9,12 +7,10 @@ VARS localize-first2years-2016 OBSERVING_RUN="2016" F_LOW="25"
JOB compare-first2years-2015 htcondor/compare-first2years.sub
VARS compare-first2years-2015 OBSERVING_RUN="2015"
PARENT localize-first2years-2015 CHILD compare-first2years-2015
PARENT compare-first2years-2015 CHILD trigger-gitlab-pages
JOB compare-first2years-2016 htcondor/compare-first2years.sub
VARS compare-first2years-2016 OBSERVING_RUN="2016"
PARENT localize-first2years-2016 CHILD compare-first2years-2016
PARENT compare-first2years-2016 CHILD trigger-gitlab-pages
#JOB kde-first2years-2015 htcondor/kde-first2years.sub
#VARS kde-first2years-2015 OBSERVING_RUN="2015" F_LOW="40"
......@@ -25,12 +21,9 @@ PARENT compare-first2years-2016 CHILD trigger-gitlab-pages
#JOB compare-kde-first2years-2015 htcondor/compare-kde-first2years.sub
#VARS compare-kde-first2years-2015 OBSERVING_RUN="2015"
#PARENT kde-first2years-2015 CHILD compare-kde-first2years-2015
#PARENT compare-kde-first2years-2015 CHILD trigger-gitlab-pages
#
#JOB compare-kde-first2years-2016 htcondor/compare-kde-first2years.sub
#VARS compare-kde-first2years-2016 OBSERVING_RUN="2016"
#PARENT kde-first2years-2016 CHILD compare-kde-first2years-2016
#PARENT compare-first2years-2016 CHILD trigger-gitlab-pages
#
#JOB historical htcondor/historical.sub
#PARENT historical CHILD trigger-gitlab-pages
#!/bin/sh -e
if [ -n "$GITLAB_PAGES_TRIGGER_URL" ]
then
curl --request POST "$GITLAB_PAGES_TRIGGER_URL"
fi
accounting_group = ligo.dev.o3.cbc.pe.bayestar
universe = local
getenv = true
executable = htcondor/trigger-gitlab-pages.sh
error = trigger-gitlab-pages.err
queue
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment