Commit 28c15e27 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

fixing trigger for internal testing

parent e28f2845
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ prebuild_lab_m1:
  stage: labm1
  script:
    - echo "Changes Detected (if any):";
    - ls -l /usr/bin
    - git diff --name-only $CI_COMMIT_SHA~ $CI_COMMIT_SHA || echo "No changes found";
    - |
      if [ ! -f 'lab-1.cpp' ]; then
@@ -13,7 +12,7 @@ prebuild_lab_m1:
  rules:
    - changes:
        - lab-1.cpp
  tags: [shell]
  tags: [c++-17]

compile_lab_m1:
  stage: labm1