Skip to content
Snippets Groups Projects
Commit ee6b73f2 authored by Jennifer Mankoff's avatar Jennifer Mankoff
Browse files

updated gitlab ci to reflect correct quarter and branch

parent b51dbf14
No related branches found
No related tags found
3 merge requests!12Accessibility website jen summer work,!9Q access 24 sp,!8Q access 24 sp
......@@ -30,11 +30,11 @@ build_production:
- cp _layouts/presentation_production.html _layouts/presentation.html
- bundle exec jekyll build -d public
variables:
quarter: 23sp
course: csep599w
quarter: 23fa
course: cse493
source_path: public
only:
- QACCESS-23sp
- UACCESS-23fa
artifacts:
paths:
- public/
......@@ -48,11 +48,11 @@ pre_deploy_production:
script:
- /www/utils/deploycourseweb.sh
variables:
quarter: 23sp
course: cse599w
quarter: 23fap
course: cse493
source_path: public
only:
- QACCESS-23sp
- UACCESS-23fa
generate_pdf:
stage: generatepdf
......@@ -65,11 +65,11 @@ generate_pdf:
- bundle install --path vendor
- script/deployslidepdf
variables:
quarter: 23sp
course: cse599w
quarter: 23fa
course: cse493
source_path: public
only:
- QACCESS-23sp
- UACCESS-23fa
artifacts:
paths:
- public/
......@@ -83,8 +83,8 @@ after_deploy_production:
script:
- /www/utils/deploycourseweb.sh
variables:
quarter: 23sp
course: cse599w
quarter: 23fa
course: cse493
source_path: public
only:
- QACCESS-23sp
- UACCESS-23fa
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment