diff --git a/.circleci/config.yml b/.circleci/config.yml index e9c75eb..88dd698 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,13 +1,15 @@ version: 2 defaults: &defaults docker: - - image: circleci/python:2.7-stretch-browsers + - image: cimg/python:3.11.0-browsers install_dependency: &install_dependency name: Installation of build and deployment dependencies. command: | sudo apt install jq - sudo pip install awscli --upgrade - sudo pip install docker-compose + sudo apt update + sudo apt install python3-pip + sudo pip3 install awscli --upgrade + sudo pip3 install docker-compose install_deploysuite: &install_deploysuite name: Installation of install_deploysuite. command: | diff --git a/config/template.json b/config/template.json index 66aefb3..0b66adb 100644 --- a/config/template.json +++ b/config/template.json @@ -30,12 +30,6 @@ "body": "[Back to Challenge Details page](<%- challenge.url %>)\n<% _.forEach(challenge.prizeSets, function(prizeSet) { %>* <%- prizeSet.type %>: <% _.forEach(prizeSet.prizes, function(prize) { %><%- prize.value %>$ <% }) %>\n<% }); %>", "announce": 1, "closed": 1 - }, - { - "title": "Please give us feedback on this challenge!", - "body": "Hi Competitors,\n\nAt topcoder, we are always trying to continuously improve how we are running competitions and tasks for our competitors. Part of this involves getting feedback from you on how well our tasks and challenges are being managed.\n\nPlease take 2-3 minutes to fill out this survey. The results will be used to identify areas of improvement, follow on training, procedural changes, etc.\n\n https://www.surveymonkey.com/r/3SYYTHP?Challenge_ID=<%- challenge.id %>", - "announce": 0, - "closed": 0 } ] }, @@ -83,12 +77,6 @@ "body": "[Back to Challenge Details page](<%- challenge.url %>)\n<% _.forEach(challenge.prizeSets, function(prizeSet) { %>* <%- prizeSet.type %>: <% _.forEach(prizeSet.prizes, function(prize) { %><%- prize.value %>$ <% }) %>\n<% }); %>", "announce": 1, "closed": 1 - }, - { - "title": "Please give us feedback on this challenge!", - "body": "Hi Competitors,\n\nAt topcoder, we are always trying to continuously improve how we are running competitions and tasks for our competitors. Part of this involves getting feedback from you on how well our tasks and challenges are being managed.\n\nPlease take 2-3 minutes to fill out this survey. The results will be used to identify areas of improvement, follow on training, procedural changes, etc. \n\n https://www.surveymonkey.com/r/3SYYTHP?Challenge_ID=<%- challenge.id %>", - "announce": 0, - "closed": 0 } ] }, @@ -139,13 +127,6 @@ "closed": 0, "selfService": false }, - { - "title": "Please give us feedback on this challenge!", - "body": "Hi Competitors,\n\nAt topcoder, we are always trying to continuously improve how we are running competitions and tasks for our competitors. Part of this involves getting feedback from you on how well our tasks and challenges are being managed.\n\nPlease take 2-3 minutes to fill out this survey. The results will be used to identify areas of improvement, follow on training, procedural changes, etc. \n\n https://www.surveymonkey.com/r/3SYYTHP?Challenge_ID=<%- challenge.id %>", - "announce": 0, - "closed": 0, - "selfService": false - }, { "title": "Welcome!", "body": "Please read the requirements carefully. If you have questions, please let me know, I'll be glad to help you.", @@ -190,12 +171,6 @@ "body": "[Back to Challenge Details page](<%- challenge.url %>)\n<% _.forEach(challenge.prizeSets, function(prizeSet) { %>* <%- prizeSet.type %>: <% _.forEach(prizeSet.prizes, function(prize) { %><%- prize.value %>$ <% }) %>\n<% }); %>", "announce": 1, "closed": 1 - }, - { - "title": "Please give us feedback on this challenge!", - "body": "Hi Competitors,\n\nAt topcoder, we are always trying to continuously improve how we are running competitions and tasks for our competitors. Part of this involves getting feedback from you on how well our tasks and challenges are being managed.\n\nPlease take 2-3 minutes to fill out this survey. The results will be used to identify areas of improvement, follow on training, procedural changes, etc. \n\n https://www.surveymonkey.com/r/3SYYTHP?Challenge_ID=<%- challenge.id %>", - "announce": 0, - "closed": 0 } ] },