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

Test command substitution

parent 75793f9c
No related branches found
No related tags found
No related merge requests found
Pipeline #9886 passed with stages
in 24 seconds
......@@ -27,7 +27,9 @@ build-job: # This job runs in the build stage, which runs first.
tags:
- build
script:
- echo "Test with command substitution"
- FILES=$(ls)
- echo $FILES
- echo "Compiling the code..."
- 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