We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b63f4f commit 994d969Copy full SHA for 994d969
hyperstack.gocd.yaml
@@ -28,13 +28,13 @@ pipelines:
28
timeout: 0
29
tasks:
30
- 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
+# arguments:
+# - run
+# - -w
+# - /root/hyperstack
+# - -v
+# - .:/root/hyperstack
+# - ${PRIVATE_REGISTRY}/base20:hyperstack
+# - ./runall
+ command: ./run
40
run_if: passed
run
@@ -0,0 +1,2 @@
1
+#!/bin/bash
2
+docker run -w /root/hyperstack -v .:/root/hyperstack ${PRIVATE_REGISTRY}/base20:hyperstack ./runall
0 commit comments