Skip to content
Snippets Groups Projects
Commit 41018d0b authored by wwarriner's avatar wwarriner
Browse files

Merge branch 'main' into v-fa2023

parents f97035a3 9577e2bf
No related branches found
No related tags found
1 merge request!9Prepare for FA2023
build-job:
stage: build
tags:
- rcds
script:
- echo "Hello, $GITLAB_USER_LOGIN"
test-job1:
stage: test
tags:
- rcds
script:
- echo "This job tests something"
test-job2:
stage: test
tags:
- rcds
script:
- echo "This job tests something, but takes more time than test-job1"
- echo "Sleeps for 20 seconds"
- sleep 20
deploy-prod:
stage: deploy
tags:
- rcds
script:
- echo "This job deploys something from $CI_COMMIT_BRANCH branch."
environment: production
......@@ -4,4 +4,12 @@ Everything needed to prepare the Data Science Journal Club (DSJC) Course on Canv
## Syllabus
To obtain the latest copy of the syllabus, please go [here](https://gitlab.rc.uab.edu/rc-data-science/communications/dsjc-course/-/blob/main/data_science_journal_club_syllabus.html) and click the download button on the far right, just above the code. Looks like a downward facing arrow point into an inbox.
### Release Version
**USE ME**
Release version presented as a static webpage [here](https://s3.lts.rc.uab.edu/uab-rc-dsjc/syllabus.html)
### Development Version
Development version [here](https://gitlab.rc.uab.edu/rc-data-science/communications/dsjc-course/-/blob/main/data_science_journal_club_syllabus.html). Click the download button on the far right, just above the code. Looks like a downward facing arrow point into an inbox.
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