Skip to content

Commit 8cb250b

Browse files
whit2333Whitney Armstrong
andauthored
Updated gitlab-ci (#407)
* Added shared_for_alert downstream pipeline trigger * modified: .containers/coatjava.Dockerfile --------- Co-authored-by: Whitney Armstrong <[email protected]>
1 parent 90bf8b3 commit 8cb250b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.containers/coatjava.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ ARG REF_NAME=development
2222
# build coatjava
2323
RUN java --version && cd /opt && \
2424
git clone https://code.jlab.org/hallb/alert/coatjava.git && cd coatjava && \
25-
git fetch origin && git checkout ${REF_NAME} && ./build-coatjava.sh --nomaps
25+
git fetch origin && git checkout ${REF_NAME} && ./build-coatjava.sh

.gitlab-ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,12 @@ alert_testing:
2929
trigger:
3030
project: hallb/alert/c12
3131
strategy: depend
32+
33+
shared_for_alert_tests:
34+
needs: ["coatjava_build"]
35+
variables:
36+
REF_NAME: "$CI_COMMIT_REF_NAME"
37+
trigger:
38+
project: hallb/alert/atof/shared_for_alert
39+
strategy: depend
40+

0 commit comments

Comments
 (0)