Skip to content
Snippets Groups Projects
Commit bd389b5a authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

enabling stack deletion again

Former-commit-id: 203d8150
parent 032aa923
No related branches found
No related tags found
No related merge requests found
......@@ -181,8 +181,13 @@ extended:
tags:
- heat
- ansible
before_script:
- echo "cleanup stack"
- sleep 30
- echo "$HPCCICD_openrc" > ./$NECTAR_ALLOCATION-openrc.sh
script:
- echo "extended stage"
- source ./$NECTAR_ALLOCATION-openrc.sh
- bash -x ./CICD/heat/heatcicdwrapper.sh delete_if_exists $STACKNAME
only:
variables:
- $EXTENDED != null
......@@ -198,7 +203,4 @@ clean:
script:
- source ./$NECTAR_ALLOCATION-openrc.sh
- bash -x ./CICD/heat/heatcicdwrapper.sh delete_if_exists $STACKNAME
when: manual
only:
variables:
- $EXTENDED != null
\ No newline at end of file
when: manual
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment