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

Fix typo

parent 5c217623
No related branches found
No related tags found
No related merge requests found
Pipeline #9869 passed with stages
in 22 seconds
......@@ -27,7 +27,7 @@ build-job: # This job runs in the build stage, which runs first.
- build
script:
- |
if [ "$DEBUG" = true ]; do
if [ "$DEBUG" = true ]; then
set -x
fi
- echo "Compiling the code..."
......@@ -37,7 +37,7 @@ build-job: # This job runs in the build stage, which runs first.
echo line2
echo line3
- |
if [ "$DEBUG" = true ]; do
if [ "$DEBUG" = true ]; then
set +x
fi
......
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