File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments