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

opening up gitlab-ci

parent cdd150f1
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
stages:
  - readyQ

am_I_ready:
  stage: readyQ
  script:
    - echo "Lab submissions are not yet live.  Sorry."
    - exit 1

include:
  - local: 'ci_cd/labm1.yml'   # Lab -1
  - local: 'ci_cd/lab0.yml'    # Lab 0
 No newline at end of file