Loading .gitlab-ci.yml +10 −1 Original line number Diff line number Diff line stages: - prebuild - build - test labMinusOne: stage: prebuild script: - echo "Checking Lab -1 for $GITLAB_USER_LOGIN" - grep $GITLAB_USER_LOGIN README.md compile: stage: build script: Loading @@ -24,3 +31,5 @@ test: script: - echo "Static code check" tags: [c++-17] dependencies: - lint No newline at end of file Loading
.gitlab-ci.yml +10 −1 Original line number Diff line number Diff line stages: - prebuild - build - test labMinusOne: stage: prebuild script: - echo "Checking Lab -1 for $GITLAB_USER_LOGIN" - grep $GITLAB_USER_LOGIN README.md compile: stage: build script: Loading @@ -24,3 +31,5 @@ test: script: - echo "Static code check" tags: [c++-17] dependencies: - lint No newline at end of file