Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -153,7 +153,7 @@ build-job: # This job runs in the build stage, which runs first. # - apt install -y zip unzip # - zip --help - echo "Compiling the code..." - free - top -b -n 1 -e m - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env - cat build.env - cd org.etsi.mts.tdl.parent Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -153,7 +153,7 @@ build-job: # This job runs in the build stage, which runs first. # - apt install -y zip unzip # - zip --help - echo "Compiling the code..." - free - top -b -n 1 -e m - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env - cat build.env - cd org.etsi.mts.tdl.parent Loading