Skip to content

Commit d1cf96d

Browse files
committed
setup gocd pipeline
1 parent 7539970 commit d1cf96d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

hyperstack.gocd.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,14 @@ pipelines:
2828
timeout: 0
2929
tasks:
3030
- exec:
31-
# arguments:
32-
# - ''
33-
command: ./runall
31+
arguments:
32+
- run
33+
- -it
34+
- -w
35+
- /root/hyperstack
36+
- -v
37+
- .:/root/hyperstack
38+
- ${PRIVATE_REGISTRY}/base20:hyperstack
39+
- ./runall
40+
command: docker
3441
run_if: passed

0 commit comments

Comments
 (0)