We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e523195 commit e022c98Copy full SHA for e022c98
hyperstack.gocd.yaml
@@ -16,7 +16,7 @@ pipelines:
16
auto_update: true
17
branch: edge
18
stages:
19
- - cleanup1:
+ - cleanup:
20
fetch_materials: false
21
keep_artifacts: false
22
clean_workspace: false
@@ -55,25 +55,4 @@ pipelines:
55
- --rm
56
- hyperstack
57
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
79
run_if: passed
0 commit comments