Skip to content

Commit e022c98

Browse files
committed
setup gocd pipeline
1 parent e523195 commit e022c98

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

hyperstack.gocd.yaml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipelines:
1616
auto_update: true
1717
branch: edge
1818
stages:
19-
- cleanup1:
19+
- cleanup:
2020
fetch_materials: false
2121
keep_artifacts: false
2222
clean_workspace: false
@@ -55,25 +55,4 @@ pipelines:
5555
- --rm
5656
- hyperstack
5757
command: docker
58-
run_if: passed
59-
- cleanup:
60-
fetch_materials: false
61-
keep_artifacts: false
62-
clean_workspace: false
63-
approval:
64-
type: success
65-
allow_only_on_success: false
66-
jobs:
67-
cleanup:
68-
timeout: 0
69-
tasks:
70-
- exec:
71-
arguments:
72-
- compose
73-
- run
74-
- --rm
75-
- --entrypoint
76-
- "/bin/bash -c 'chown -R 1000:1001 /root/hyperstack'"
77-
- hyperstack
78-
command: docker
7958
run_if: passed

0 commit comments

Comments
 (0)