Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 7043b27

Browse files
authored
Update config.yml
[skip ci]
1 parent c0f9559 commit 7043b27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- deploy:
3232
name: Running MasterScript.
3333
command: |
34-
git clone --branch master https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
34+
git clone --branch v1.1 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
3535
cp ./../buildscript/master_deploy.sh .
3636
./master_deploy.sh -d ECS -e DEV -t latest -s leaderboard-processor -i leaderboard-processor
3737
@@ -48,7 +48,7 @@ jobs:
4848
- deploy:
4949
name: Running MasterScript.
5050
command: |
51-
git clone --branch master https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
51+
git clone --branch v1.1 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
5252
cp ./../buildscript/master_deploy.sh .
5353
./master_deploy.sh -d ECS -e PROD -t latest -s leaderboard-processor -i leaderboard-processor
5454

0 commit comments

Comments
 (0)