Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,11 +350,11 @@ workflows:
alias: test-install-version
parameters:
executor: ["docker-base", "macos", "docker-nounset-shell" ]
version: "2.15.57"
version: "2.36.19"
filters: *filters
post-steps:
- check_aws_version:
version: "2.15.57"
version: "2.36.19"
# Test overriding existing version of AWS pre-installed
- integration-test-install:
name: integration-test-install-override-version-<<matrix.executor>>
Expand All @@ -363,14 +363,14 @@ workflows:
alias: test-install-override-version
parameters:
executor: ["linuxvm", "windows", "arm"]
version: "2.15.57"
version: "2.36.19"
install_dir: "/usr/local/aws-cli"
binary_dir: ""
override_installed: true
filters: *filters
post-steps:
- check_aws_version:
version: "2.15.57"
version: "2.36.19"
- integration-test-static-credentials:
context: [CPE_ORBS_AWS]
matrix:
Expand Down