Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ stages: # List of stages for jobs, and their order of execution build-job: # This job runs in the build stage, which runs first. stage: build script: - which ssh - echo "Compiling the code..." - echo "Compile complete." Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ stages: # List of stages for jobs, and their order of execution build-job: # This job runs in the build stage, which runs first. stage: build script: - which ssh - echo "Compiling the code..." - echo "Compile complete." Loading