Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Clark Lin
DemoProject
Commits
7b9efab0
Commit
7b9efab0
authored
Mar 02, 2022
by
Clark Lin
Browse files
Update .gitlab-ci.yml file
parent
82db206a
Pipeline
#5
failed with stage
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7b9efab0
...
...
@@ -16,7 +16,11 @@
stages
:
# List of stages for jobs, and their order of execution
-
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
script
:
-
echo "Execute application..."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment