File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
set -ex
4
4
5
5
# Update the integ test action workflow file with the commit ID to test
6
- sed -i " s|aws-actions/amazon-ecs-deploy-task-definition@v1 |aws-actions/amazon-ecs-deploy-task-definition@$GIT_COMMIT_ID |g" test-workflow.yml
6
+ sed -i " s|aws-actions/amazon-ecs-deploy-task-definition@v2 |aws-actions/amazon-ecs-deploy-task-definition@$GIT_COMMIT_ID |g" test-workflow.yml
7
7
sed -i " s|BUILD_ID|$CODEBUILD_BUILD_ID |g" test-workflow.yml
8
8
9
9
mkdir -p .github/workflows
Original file line number Diff line number Diff line change 54
54
wait-for-task-stopped : true
55
55
56
56
- name : Deploy Amazon ECS task definition with ECS Service
57
- uses : aws-actions/amazon-ecs-deploy-task-definition@v1
57
+ uses : aws-actions/amazon-ecs-deploy-task-definition@v2
58
58
with :
59
59
task-definition : task-definition.json
60
60
service : github-actions-deploy-task-def-integ-test
61
61
cluster : github-actions-deploy-task-def-integ-test
62
- wait-for-service-stability : true
62
+ wait-for-service-stability : true
You can’t perform that action at this time.
0 commit comments