Commit 7b9efab0 authored by Clark Lin's avatar Clark Lin
Browse files

Update .gitlab-ci.yml file

parent 82db206a
Pipeline #5 failed with stage
in 8 seconds
...@@ -16,7 +16,11 @@ ...@@ -16,7 +16,11 @@
stages: # List of stages for jobs, and their order of execution stages: # List of stages for jobs, and their order of execution
- execute - execute
execute-job: # This job runs in the execute stage. execute-job: # This job runs in the execute
# Only pickup runner with tag of shell
tags:
- shell
stage: execute stage: execute
script: script:
- echo "Execute application..." - echo "Execute application..."
......
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