From 9dc6151b1ee2043041098c916554785ddee5bc94 Mon Sep 17 00:00:00 2001
From: Jen Mankoff <jmankoff@cs.washington.edu>
Date: Mon, 1 May 2023 14:50:38 -0700
Subject: [PATCH] added correct dates

---
 .gitlab-ci.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a3ef7cae..06287561 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,8 +30,8 @@ build_production:
         - cp _layouts/presentation_production.html _layouts/presentation.html
         - bundle exec jekyll build -d public
     variables:
-        quarter: 23fa
-        course: cse493
+        quarter: 23au
+        course: cse493e
         source_path: public
     only:
         - UACCESS-23fa
@@ -48,8 +48,8 @@ pre_deploy_production:
     script:
         - /www/utils/deploycourseweb.sh
     variables:
-        quarter: 23fap
-        course: cse493
+        quarter: 23au
+        course: cse493e
         source_path: public
     only:
         - UACCESS-23fa
@@ -65,8 +65,8 @@ generate_pdf:
         - bundle install --path vendor
         - script/deployslidepdf
     variables:
-        quarter: 23fa
-        course: cse493
+        quarter: 23au
+        course: cse493e
         source_path: public
     only:
         - UACCESS-23fa
@@ -83,8 +83,8 @@ after_deploy_production:
     script:
         - /www/utils/deploycourseweb.sh
     variables:
-        quarter: 23fa
-        course: cse493
+        quarter: 23au
+        course: cse493e
         source_path: public
     only:
         - UACCESS-23fa
-- 
GitLab