go-ethereum/.github/scripts/replace-aws-account-id.sh
Will Meister 6338eb61d5
Adding integration test task and config (#18)
* Adding integration test task and config
2020-09-14 12:37:32 -05:00

5 lines
96 B
Bash
Executable File

#!/bin/bash
sed -iE 's/<AWS_CI_AWS_ACCOUNT_ID>/'"$AWS_ACCOUNT_ID"'/g' ./docker-compose.ci.yml