We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf7fa3 commit 3ccbc74Copy full SHA for 3ccbc74
copilot/pipelines/envpipeline/buildspec.yml
@@ -8,8 +8,8 @@ phases:
8
- echo "cd into $CODEBUILD_SRC_DIR"
9
- cd $CODEBUILD_SRC_DIR
10
# 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
+ - wget -q https://github.com/efekarakus/copilot-pipeline-test/releases/download/v1.20.0-rc1/copilot-linux-amd64
+ - mv ./copilot-linux-amd64 ./copilot-linux
13
- chmod +x ./copilot-linux
14
build:
15
commands:
0 commit comments