File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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()
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments