Inplatform 187
As part of INPLATFORM-187, I took the following steps.
- Ran this command to remove the AWS account ID from the commit history:
git filter-branch --tree-filter 'if [ -e .gitlab-ci.yml ]; then sed -i "" "/<aws_account_id_number_redacted>/ d; fi" .gitlab-ci.yml' -- --all
- Unprotected the master branch and did a force push to master. Then added the master branch back as a protected branch.
- Added the account ID to the gitlab CI variables.
- Opened this merge request to remove the empty
variables:
section and cherry picked a commit from !20 (closed)
cc @NUWAN.KUMARASIRI @ERIC.SCHOVILLE @jont could I get a review? After this is merged, I will adjust the permissions to make this repo public.