-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updated aws function #27
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📝 [shellcheck] reported by reviewdog 🐶 BP-BASE-SHELL-STEPS/aws-functions.sh Line 72 in 8799565
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📝 [shellcheck] reported by reviewdog 🐶 BP-BASE-SHELL-STEPS/aws-functions.sh Line 73 in 8799565
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📝 [shellcheck] reported by reviewdog 🐶 BP-BASE-SHELL-STEPS/aws-functions.sh Line 74 in 8799565
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📝 [shellcheck] reported by reviewdog 🐶 BP-BASE-SHELL-STEPS/aws-functions.sh Line 86 in 8799565
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📝 [shellcheck] reported by reviewdog 🐶 BP-BASE-SHELL-STEPS/aws-functions.sh Line 87 in 8799565
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
BP-BASE-SHELL-STEPS/aws-functions.sh Line 109 in 8799565
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
BP-BASE-SHELL-STEPS/aws-functions.sh Line 110 in 8799565
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [shellcheck] reported by reviewdog 🐶 BP-BASE-SHELL-STEPS/aws-functions.sh Line 130 in 8799565
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[shellcheck] reported by reviewdog 🐶
Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?. SC2181
BP-BASE-SHELL-STEPS/aws-functions.sh
Line 67 in 8799565