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

Update .gitlab-ci.yml file

parent a780ee8e
No related branches found
No related tags found
No related merge requests found
Pipeline #10273 passed with stages
in 34 seconds
...@@ -29,8 +29,6 @@ build-job: # This job runs in the build stage, which runs first. ...@@ -29,8 +29,6 @@ build-job: # This job runs in the build stage, which runs first.
script: script:
- echo $ENV - echo $ENV
- echo "Test with command substitution" - echo "Test with command substitution"
- FILES=$(ls file_not_exist.txt)
- echo $FILES
- echo "Compiling the code..." - echo "Compiling the code..."
- echo "Compile complete." - echo "Compile complete."
- | - |
......
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