Skip to content

Commit bd54440

Browse files
committed
Clean up
1 parent 06456a9 commit bd54440

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/end-to-end.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
repository: HaoruiPeng/compliantkubernetes-apps
154154
ref: main
155155
path: apps
156-
fetch-depth: 0 # Fetches all tags
156+
fetch-depth: 0
157157

158158
- name: Generate and insert public SSH key
159159
run: |
@@ -220,7 +220,6 @@ jobs:
220220
env:
221221
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_DNS_ACCESS_KEY_ID }}
222222
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_DNS_SECRET_ACCESS_KEY }}
223-
# See https://github.com/aws/aws-cli/issues/5262
224223
AWS_EC2_METADATA_DISABLED: true
225224
with:
226225
args: route53 change-resource-record-sets --hosted-zone-id Z1001117397DAU71G3RN2 --change-batch file://apps/pipeline/config/elastx/dns/${{ matrix.cluster }}-api.json
@@ -664,5 +663,5 @@ jobs:
664663
}]
665664
}
666665
env:
667-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} # required
666+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
668667
if: always()

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ repos:
117117
hooks:
118118
- id: codespell
119119
name: check spelling
120-
exclude: ^helmfile\.d/charts/hnc/config-and-crds/crds/|^helmfile\.d/upstream/|tests/package-lock.json
120+
exclude: ^helmfile\.d/charts/hnc/config-and-crds/crds/|^helmfile\.d/upstream/|tests/package-lock.json|^pipeline/config/elastx/defaults/
121121
args:
122122
- -I
123123
- .codespellignore

0 commit comments

Comments
 (0)