Skip to content

Commit 5188594

Browse files
committed
setup gocd pipeline
1 parent 7e68859 commit 5188594

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

hyperstack.gocd.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@ pipelines:
2424
type: success
2525
allow_only_on_success: false
2626
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
2740
setup:
2841
timeout: 0
2942
tasks:

0 commit comments

Comments
 (0)