Commit a10c27d9 authored by Mark Harding's avatar Mark Harding

(chore): add qa stage to engine

parent c3608afc
No related merge requests found
Pipeline #85576266 failed with stages
in 1 minute and 42 seconds
......@@ -9,6 +9,7 @@ stages:
- prepare
- review
- deploy:staging
- qa
- deploy:canary
- deploy:production
......@@ -127,6 +128,16 @@ review:stop:
- master
- test/gitlab-ci
manual_qa:
stage: qa
script:
- echo "Manually approved"
when: manual
only:
refs:
- master
- test/gitlab-ci
staging:fpm:
stage: deploy:staging
image: minds/ci:latest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment