Skip to content

Commit e7d8353

Browse files
committed
setup gocd pipeline
1 parent 8168453 commit e7d8353

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

hyperstack.gocd.yaml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ pipelines:
1616
auto_update: true
1717
branch: edge
1818
stages:
19-
- cleanup1:
20-
fetch_materials: true
21-
keep_artifacts: false
22-
clean_workspace: false
23-
approval:
24-
type: success
25-
allow_only_on_success: false
26-
jobs:
27-
cleanup:
28-
timeout: 0
29-
tasks:
30-
- exec:
31-
arguments:
32-
- compose
33-
- run
34-
- -rm
35-
- --entrypoint
36-
- "/bin/bash -c 'chown -R 1000:1001 /root/hyperstack'"
37-
- hyperstack
38-
command: docker
39-
run_if: passed
19+
# - cleanup1:
20+
# fetch_materials: true
21+
# keep_artifacts: false
22+
# clean_workspace: false
23+
# approval:
24+
# type: success
25+
# allow_only_on_success: false
26+
# jobs:
27+
# cleanup:
28+
# timeout: 0
29+
# tasks:
30+
# - exec:
31+
# arguments:
32+
# - compose
33+
# - run
34+
# - --rm
35+
# - --entrypoint
36+
# - "/bin/bash -c 'chown -R 1000:1001 /root/hyperstack'"
37+
# - hyperstack
38+
# command: docker
39+
# run_if: passed
4040
- execute:
4141
fetch_materials: true
4242
keep_artifacts: false
@@ -52,7 +52,7 @@ pipelines:
5252
arguments:
5353
- compose
5454
- run
55-
- -rm
55+
- --rm
5656
- hyperstack
5757
command: docker
5858
run_if: passed
@@ -71,7 +71,7 @@ pipelines:
7171
arguments:
7272
- compose
7373
- run
74-
- -rm
74+
- --rm
7575
- --entrypoint
7676
- "/bin/bash -c 'chown -R 1000:1001 /root/hyperstack'"
7777
- hyperstack

0 commit comments

Comments
 (0)