From d9fe18d7b0369af817b3dfea242b36fe23057be8 Mon Sep 17 00:00:00 2001 From: James Knee Date: Mon, 21 Oct 2024 13:35:50 -0400 Subject: [PATCH] fixed typos in stage and base versions --- ci_cd/lab2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci_cd/lab2.yml b/ci_cd/lab2.yml index 5bba1a4..d6ab096 100644 --- a/ci_cd/lab2.yml +++ b/ci_cd/lab2.yml @@ -1,6 +1,6 @@ ### Lab 2 prebuild_lab_2: - stage: lab1 + stage: lab2 script: - echo "Changes Detected (if any):"; - git diff --name-only $CI_COMMIT_SHA~ $CI_COMMIT_SHA || echo "No changes found"; @@ -27,7 +27,7 @@ prebuild_lab_2: echo "Please have lab 1 merged first"; exit 1; fi - - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_1 + - git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base_2 artifacts: paths: - base_2 -- GitLab