Skip to content

Instantly share code, notes, and snippets.

@davidmukiibi
Created November 18, 2019 03:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidmukiibi/d7f28a439f29249c5b9fb96e72f31cef to your computer and use it in GitHub Desktop.
Save davidmukiibi/d7f28a439f29249c5b9fb96e72f31cef to your computer and use it in GitHub Desktop.
## How do we enable Firewall? If we add the bash scripts as
## https://github.com/loadimpact/k6-circleci-example/tree/master/aws
## will the following works?
make_scripts_executable: &make_scripts_executable
run:
name: making scripts executable
command: |
chmod +x ./authorize_aws_security_group.sh
chmod +x ./revoke_aws_security_group.sh
run_perfomance_tests:
<<: *defaults
steps:
- *make_scripts_executable
- ./authorize_aws_security_group.sh
- *k6_performance_tests
- ./revoke_aws_security_group.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment