github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/environment/action.yaml (about) 1 # https://docs.gitlab.com/ee/ci/yaml/#environmentaction 2 3 stop_review_app: 4 stage: deploy 5 variables: 6 GIT_STRATEGY: none 7 script: make delete-app 8 when: manual 9 environment: 10 name: review/$CI_COMMIT_REF_SLUG 11 action: stop