busy-umbrella-36067
04/03/2020, 5:37 PMgreen-school-95910
04/03/2020, 5:41 PMpulumi destroy
Which CI are you using?boundless-airport-99052
04/03/2020, 5:48 PMstop_env:
image:
name: pulumi/pulumi:v1.10.1
entrypoint: [""]
variables:
GIT_STRATEGY: none
script:
- |
echo "name: project-name" > Pulumi.yaml
- |
echo "runtime: nodejs" >> Pulumi.yaml
- pulumi destroy --stack ${CI_COMMIT_REF_NAME} --non-interactive
${CI_COMMIT_REF_NAME} --non-interactive
environment:
name: ${CI_COMMIT_REF_NAME}
action: stop
when: manual
millions-judge-24978
04/03/2020, 6:04 PMbusy-umbrella-36067
04/03/2020, 6:08 PMmillions-judge-24978
04/03/2020, 6:09 PMbusy-umbrella-36067
04/03/2020, 6:10 PMmillions-judge-24978
04/03/2020, 6:11 PMbusy-umbrella-36067
04/03/2020, 6:11 PM