Skip to content
Snippets Groups Projects
Commit a780ee8e authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Update .gitlab-ci.yml file

parent 932b3e54
No related branches found
No related tags found
No related merge requests found
Pipeline #10272 failed with stages
in 9 seconds
......@@ -27,6 +27,7 @@ build-job: # This job runs in the build stage, which runs first.
tags:
- build
script:
- echo $ENV
- echo "Test with command substitution"
- FILES=$(ls file_not_exist.txt)
- echo $FILES
......@@ -38,6 +39,13 @@ build-job: # This job runs in the build stage, which runs first.
echo line3
deploy_job:
environment:
name: dev
script:
- echo $ENV
lint-test-job: # This job also runs in the test stage.
stage: test # It can run at the same time as unit-test-job (in parallel).
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment