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

list file not exist

parent eba4d957
No related tags found
No related merge requests found
Pipeline #9887 failed with stages
in 6 seconds
......@@ -28,7 +28,7 @@ build-job: # This job runs in the build stage, which runs first.
- build
script:
- echo "Test with command substitution"
- FILES=$(ls)
- FILES=$(ls file_not_exist.txt)
- 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