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
c1ed53bd
Commit
c1ed53bd
authored
2 years ago
by
Jennifer Mankoff
Browse files
Options
Downloads
Patches
Plain Diff
generic gitlabci
parent
45e4e908
No related branches found
Branches containing commit
No related tags found
5 merge requests
!12
Accessibility website jen summer work
,
!9
Q access 24 sp
,
!8
Q access 24 sp
,
!5
Latest update from Spring 2023
,
!4
Latest update after pmp class
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+9
-10
9 additions, 10 deletions
.gitlab-ci.yml
with
9 additions
and
10 deletions
.gitlab-ci.yml
+
9
−
10
View file @
c1ed53bd
...
...
@@ -30,11 +30,11 @@ build_production:
-
cp _layouts/presentation_production.html _layouts/presentation.html
-
bundle exec jekyll build -d public
variables
:
quarter
:
23wi
quarter
:
yyqq
course
:
csep590b
source_path
:
public
only
:
-
CSEP590a-
23WI
-
CSEP590a-
YYQQ
artifacts
:
paths
:
-
public/
...
...
@@ -48,11 +48,11 @@ pre_deploy_production:
script
:
-
/www/utils/deploycourseweb.sh
variables
:
quarter
:
23wi
course
:
csep590
a
quarter
:
yyqq
course
:
csep590
b
source_path
:
public
only
:
-
CSEP590a-
23WI
-
CSEP590a-
YYQQ
generate_pdf
:
stage
:
generatepdf
...
...
@@ -65,12 +65,11 @@ generate_pdf:
-
bundle install --path vendor
-
script/deployslidepdf
variables
:
quarter
:
23wi
course
:
csep590
a
quarter
:
yyqq
course
:
csep590
b
source_path
:
public
only
:
refs
:
-
CSEP590a-23WI
-
CSEP590a-YYQQ
artifacts
:
paths
:
-
public/
...
...
@@ -88,4 +87,4 @@ after_deploy_production:
course
:
csep590b
source_path
:
public
only
:
-
CSEP590a-
23WI
-
CSEP590a-
YYQQ
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