From eb9e2ed3423c4882eb0555fce6c9f8ee999c8b4c Mon Sep 17 00:00:00 2001 From: Kwangjin Lee Date: Fri, 29 Nov 2024 14:27:14 +0100 Subject: [PATCH] Update 2 files - /book/intro.md - /.gitlab-ci.yml --- .gitlab-ci.yml | 8 ++++---- book/intro.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9e529d..0cc9cb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,8 +56,8 @@ build-book: expire_in: 1 week rules: - - if: $CI_COMMIT_BRANCH == "testpip" || $CI_COMMIT_BRANCH == "release" - - if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "testpip" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "release" + - if: $CI_COMMIT_BRANCH == "main" || $CI_COMMIT_BRANCH == "release" + - if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "release" when: always deploy-draft: @@ -69,12 +69,12 @@ deploy-draft: curl -X POST https://mude.citg.tudelft.nl/hooks/book-deploy-draft \ -H "Content-Type: application/json" \ -H "X-Gitlab-Token: glpat-m4CzsDqHnXNn3Pf5Whyd" \ - -d "{\"object_kind\":\"pipeline\",\"object_attributes\":{\"status\":\"success\",\"ref\":\"testpip\"},\"build_job_id\":$BUILD_JOB_ID}" + -d "{\"object_kind\":\"pipeline\",\"object_attributes\":{\"status\":\"success\",\"ref\":\"main\"},\"build_job_id\":$BUILD_JOB_ID}" environment: name: draft url: https://mude.citg.tudelft.nl/2024/book/draft rules: - - if: $CI_COMMIT_BRANCH == "testpip" + - if: $CI_COMMIT_BRANCH == "main" deploy-production: stage: deploy diff --git a/book/intro.md b/book/intro.md index 07dd712..af9bebb 100644 --- a/book/intro.md +++ b/book/intro.md @@ -1,4 +1,4 @@ -# Welcome to the MUDE Textbook +# Welcome to the MUDE Textbook 1 Welcome to the MUDE textbook for the 2024-25 academic year. This is where assigned reading is located, along with interactive exercises to practice and study the module material.