Skip to content

Commit

Permalink
Remove devel branch from .course_id file
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Oct 24, 2024
1 parent a69e485 commit 77ba71a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pages/.course_id
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
devel:54324
main:100789
2 changes: 1 addition & 1 deletion pages/upload-page-to-canvas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ BRANCH=$(git branch | sed -n -e 's|^\* \(.*\)|\1|p')
GITHUB="https://raw.githubusercontent.com/NBISweden/workshop-reproducible-research/$BRANCH/pages/"

# Get the appropriate course ID from the current branch
# (set to devel ID on feature branches for easier testing)
# (set to development ID on feature branches for testing)
COURSE_ID=$(grep $BRANCH pages/.course_id | cut -f2 -d ':')
if [ "$COURSE_ID" == "" ]; then
COURSE_ID=54324
Expand Down

0 comments on commit 77ba71a

Please sign in to comment.