From 88f809646b9773d11eefe20aeaa67f1b1128077a Mon Sep 17 00:00:00 2001 From: LieutenantRoger Date: Mon, 21 Mar 2022 22:40:23 +0800 Subject: [PATCH 1/3] redeploying branch --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d71b5cf1..39b93e5e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -67,7 +67,7 @@ workflows: context : org-global filters: branches: - only: ['develop'] + only: ['issue_reviewer_role'] - "build-prod": context : org-global filters: From 4c26cd1163bcc675f95f8b1721b249f5e9ebd601 Mon Sep 17 00:00:00 2001 From: roger Date: Tue, 22 Mar 2022 12:47:09 +0800 Subject: [PATCH 2/3] adjust name --- src/common/helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/helper.js b/src/common/helper.js index 554d6a2a..d8b6c481 100755 --- a/src/common/helper.js +++ b/src/common/helper.js @@ -462,7 +462,7 @@ function * checkCreateAccess (authUser, subEntity) { // Check if the User is assigned as the iterative reviewer for the contest const iterativeReviewers = _.filter(currUserRoles, { role: 'Iterative Reviewer' }) if (iterativeReviewers.length !== 0) { - throw new errors.HttpStatusError(400, `You cannot create a submission for a challenge while you are a iterative reviewer`) + throw new errors.HttpStatusError(400, `You cannot create a submission for a challenge while you are an iterative reviewer`) } // Check if the User is registered for the contest From 32c59f1bcd2d6e5014c14322eb5fd3b634866f40 Mon Sep 17 00:00:00 2001 From: roger Date: Tue, 22 Mar 2022 12:48:44 +0800 Subject: [PATCH 3/3] reset:ci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 39b93e5e..d71b5cf1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -67,7 +67,7 @@ workflows: context : org-global filters: branches: - only: ['issue_reviewer_role'] + only: ['develop'] - "build-prod": context : org-global filters: