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

Remove DEBUG

[skip ci]
parent 2091ce2a
No related branches found
No related tags found
No related merge requests found
Pipeline #9885 skipped
......@@ -27,20 +27,14 @@ build-job: # This job runs in the build stage, which runs first.
tags:
- build
script:
- |
if [ "$DEBUG" = true ]; then
set -x
fi
- echo "Compiling the code..."
- echo "Compile complete."
- |
echo line1
echo line2
echo line3
- |
if [ "$DEBUG" = true ]; then
set +x
fi
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).
......
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