Skip to content

Commit 3ccbc74

Browse files
committed
use local copy
1 parent 5cf7fa3 commit 3ccbc74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

copilot/pipelines/envpipeline/buildspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ phases:
88
- echo "cd into $CODEBUILD_SRC_DIR"
99
- cd $CODEBUILD_SRC_DIR
1010
# Download the copilot linux binary. You can update this version.
11-
- wget -q https://ecs-cli-v2-release.s3.amazonaws.com/copilot-linux-v1.19.0-75-g90c35201
12-
- mv ./copilot-linux-v1.19.0-75-g90c35201 ./copilot-linux
11+
- wget -q https://github.com/efekarakus/copilot-pipeline-test/releases/download/v1.20.0-rc1/copilot-linux-amd64
12+
- mv ./copilot-linux-amd64 ./copilot-linux
1313
- chmod +x ./copilot-linux
1414
build:
1515
commands:

0 commit comments

Comments
 (0)