Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
teaching-materials
website
Commits
ee6b73f2
Commit
ee6b73f2
authored
1 year ago
by
Jennifer Mankoff
Browse files
Options
Downloads
Patches
Plain Diff
updated gitlab ci to reflect correct quarter and branch
parent
b51dbf14
No related branches found
Branches containing commit
No related tags found
3 merge requests
!12
Accessibility website jen summer work
,
!9
Q access 24 sp
,
!8
Q access 24 sp
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-12
12 additions, 12 deletions
.gitlab-ci.yml
with
12 additions
and
12 deletions
.gitlab-ci.yml
+
12
−
12
View file @
ee6b73f2
...
...
@@ -30,11 +30,11 @@ build_production:
-
cp _layouts/presentation_production.html _layouts/presentation.html
-
bundle exec jekyll build -d public
variables
:
quarter
:
23
sp
course
:
cse
p599w
quarter
:
23
fa
course
:
cse
493
source_path
:
public
only
:
-
Q
ACCESS-23
sp
-
U
ACCESS-23
fa
artifacts
:
paths
:
-
public/
...
...
@@ -48,11 +48,11 @@ pre_deploy_production:
script
:
-
/www/utils/deploycourseweb.sh
variables
:
quarter
:
23
s
p
course
:
cse
599w
quarter
:
23
fa
p
course
:
cse
493
source_path
:
public
only
:
-
Q
ACCESS-23
sp
-
U
ACCESS-23
fa
generate_pdf
:
stage
:
generatepdf
...
...
@@ -65,11 +65,11 @@ generate_pdf:
-
bundle install --path vendor
-
script/deployslidepdf
variables
:
quarter
:
23
sp
course
:
cse
599w
quarter
:
23
fa
course
:
cse
493
source_path
:
public
only
:
-
Q
ACCESS-23
sp
-
U
ACCESS-23
fa
artifacts
:
paths
:
-
public/
...
...
@@ -83,8 +83,8 @@ after_deploy_production:
script
:
-
/www/utils/deploycourseweb.sh
variables
:
quarter
:
23
sp
course
:
cse
599w
quarter
:
23
fa
course
:
cse
493
source_path
:
public
only
:
-
Q
ACCESS-23
sp
-
U
ACCESS-23
fa
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment