From a416663255c706db2d73fe7332410d0ce3441bbc Mon Sep 17 00:00:00 2001
From: Jennifer Mankoff <jmankoff@cs.washington.edu>
Date: Mon, 13 Feb 2023 13:17:08 -0800
Subject: [PATCH] Modified to run the ci on the correct info

---
 .gitlab-ci.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c7cc76df..f597b5db 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,11 +48,11 @@ pre_deploy_production:
     script:
         - /www/utils/deploycourseweb.sh
     variables:
-        quarter: yyqq
-        course: csep590b
+        quarter: 23sp
+        course: cse599w
         source_path: public
     only:
-        - CSEP590a-YYQQ
+        - QACCESS-23sp
 
 generate_pdf:
     stage: generatepdf
@@ -65,11 +65,11 @@ generate_pdf:
         - bundle install --path vendor
         - script/deployslidepdf
     variables:
-        quarter: yyqq
-        course: csep590b
+        quarter: 23sp
+        course: cse599w
         source_path: public
     only:
-        - CSEP590a-YYQQ
+        - QACCESS-23sp
     artifacts:
         paths:
             - public/
@@ -83,8 +83,8 @@ after_deploy_production:
     script:
         - /www/utils/deploycourseweb.sh
     variables:
-        quarter: 23wi
-        course: csep590b
+        quarter: 23sp
+        course: cse599w
         source_path: public
     only:
-        - CSEP590a-YYQQ
+        - QACCESS-23sp
-- 
GitLab