Commit 8f0cf01d authored by John Red Medrano's avatar John Red Medrano

Update .gitlab-ci.yml

parent c2387bd2
Pipeline #453 failed with stages
in 1 minute and 23 seconds
...@@ -5,6 +5,7 @@ stages: ...@@ -5,6 +5,7 @@ stages:
- all_tests - all_tests
- build - build
- release - release
- wow
all_tests: all_tests:
stage: all_tests stage: all_tests
...@@ -27,6 +28,11 @@ release: ...@@ -27,6 +28,11 @@ release:
when: on_success when: on_success
script: script:
- echo "release" - echo "release"
wow:
stage: wow
script:
- echo "wow"
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