Commit c2ee6067 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Update .gitlab-ci.yml

parent 6c6bc771
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -7,7 +7,11 @@ labMinusOne:
  stage: prebuild
  script:
    - echo "Checking Lab -1 for $GITLAB_USER_LOGIN"
    - grep $GITLAB_USER_LOGIN README.md
    - if ! grep -q "^$GITLAB_USER_LOGIN$" README.md; then
        echo "Could not find your WikiName on its own line in README.md";
        exit 1;
      fi
  tags: [shell]

compile:
  stage: build