From 7ba8f6d4ada8fd264a027a2f192e29a442a644ee Mon Sep 17 00:00:00 2001 From: Bo-Chun Chen <louistw@uab.edu> Date: Thu, 21 Mar 2024 22:55:45 -0500 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 979ffc1..7a0210e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,8 +29,6 @@ build-job: # This job runs in the build stage, which runs first. script: - echo $ENV - echo "Test with command substitution" - - FILES=$(ls file_not_exist.txt) - - echo $FILES - echo "Compiling the code..." - echo "Compile complete." - | -- GitLab