-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set profile as an optional parameter in the cli (#59)
* fix: allow profile to be empty to use env * Add the parameter split * fix linting * debug: add -x to alpine executor * debug: add -x to alpine executor * Fix: update aws-cli version * Fix: apply same change to copy * Add test with arguments * Fix: names and dependencies on tests * Fix: names and dependencies on tests
- Loading branch information
1 parent
d199b2e
commit 7c18f79
Showing
10 changed files
with
28 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ usage: | |
orbs: | ||
aws-s3: circleci/[email protected] | ||
# Importing aws-cli orb is required | ||
aws-cli: circleci/aws-cli@4.0 | ||
aws-cli: circleci/aws-cli@5.1.1 | ||
workflows: | ||
s3-example: | ||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ usage: | |
orbs: | ||
aws-s3: circleci/[email protected] | ||
# Importing aws-cli orb is required | ||
aws-cli: circleci/aws-cli@4.0 | ||
aws-cli: circleci/aws-cli@5.1.1 | ||
jobs: | ||
build: | ||
docker: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ usage: | |
orbs: | ||
aws-s3: circleci/[email protected] | ||
# Importing aws-cli orb is required | ||
aws-cli: circleci/aws-cli@4.0 | ||
aws-cli: circleci/aws-cli@5.1.1 | ||
jobs: | ||
sync_and_copy: | ||
docker: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters