Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/bats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
TF_PLUGIN_CACHE_DIR: /tmp
BATS_TESTS: input-descriptions lint output-descriptions module-pinning provider-pinning
steps:
- name: Privileged Checkout
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
# Check out the PR commit, not the merge commit
# Use `ref` instead of `sha` to enable pushing back to `ref`
Expand All @@ -31,6 +30,8 @@ jobs:
BASE_REF: ${{ github.base_ref }}
HEAD_REF: ${{ github.head_ref }}
run: |
# when running in test-harness, need to mark the directory safe for git operations
make safe-directory
MODIFIED_MODULES=($(git diff --name-only origin/${BASE_REF} origin/${HEAD_REF} | xargs -n 1 dirname | sort | uniq | grep ^modules/))
if [ -z "$MODIFIED_MODULES" ]; then
echo "No modules changed in this PR. Skipping tests."
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
exclude: |
(?x)^(
deprecated/github-actions-runner/runners/actions-runner/chart/templates/.*.yaml |
modules/cert-manager/cert-manager-issuer/templates/.*.yaml |
modules/eks/cert-manager/cert-manager-issuer/templates/.*.yaml |
modules/strongdm/charts/strongdm/templates/.*.yaml |
modules/eks/.*/charts/.*/templates/.*.yaml
)$
Expand Down
9 changes: 0 additions & 9 deletions modules/aws-node-termination-handler/default.auto.tfvars

This file was deleted.

36 changes: 0 additions & 36 deletions modules/aws-node-termination-handler/providers.tf

This file was deleted.

114 changes: 0 additions & 114 deletions modules/efs/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions modules/efs/default.auto.tfvars

This file was deleted.

21 changes: 0 additions & 21 deletions modules/efs/providers.tf

This file was deleted.

31 changes: 0 additions & 31 deletions modules/efs/remote-state.tf

This file was deleted.

70 changes: 0 additions & 70 deletions modules/efs/tfstate-context.tf

This file was deleted.

18 changes: 0 additions & 18 deletions modules/efs/versions.tf

This file was deleted.

Loading