Skip to content

Inplatform 187

Jared Kosanovic requested to merge INPLATFORM-187 into master

As part of INPLATFORM-187, I took the following steps.

  1. 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
  2. Unprotected the master branch and did a force push to master. Then added the master branch back as a protected branch.
  3. Added the account ID to the gitlab CI variables.
  4. 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.

Merge request reports

Loading