diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index e77356c4..b161e4a9 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -52,11 +52,3 @@ jobs: startsWith(github.ref, 'refs/heads/hotfix/') || startsWith(github.ref, 'refs/heads/release/') || startsWith(github.ref, 'refs/heads/test/') - - # Kick off an ECS task to display any outstanding migrations. - - run: ./scripts/manage ecsmanage showmigrations - if: | - github.ref == 'refs/heads/develop' || - startsWith(github.ref, 'refs/heads/hotfix/') || - startsWith(github.ref, 'refs/heads/release/') || - startsWith(github.ref, 'refs/heads/test/') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38a66078..2c7ef645 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,3 @@ jobs: ./scripts/infra plan ./scripts/infra apply " - - # Kick off an ECS task to display any outstanding migrations. - - run: ./scripts/manage ecsmanage -e production showmigrations diff --git a/CHANGELOG.md b/CHANGELOG.md index cd4ec346..3a34275e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +- Remove `showmigrations` step from CI / Release pipelines [#224](https://github.com/azavea/iow-boundary-tool/pull/224) + ### Security ## [0.9.1] - 2022-11-28