Skip to content

Commit 994d969

Browse files
committed
setup gocd pipeline
1 parent 1b63f4f commit 994d969

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

hyperstack.gocd.yaml

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

run

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
docker run -w /root/hyperstack -v .:/root/hyperstack ${PRIVATE_REGISTRY}/base20:hyperstack ./runall

0 commit comments

Comments
 (0)