Skip to content

Commit

Permalink
Fix helm chart url in website_link_check (#2407)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilincmu authored Jul 20, 2022
1 parent 700cffd commit b234bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
dockerize -wait tcp://localhost:8080 -- \
muffet \
-e 'https://github\.com/runatlantis/atlantis/edit/master/.*' \
-e 'https://github.com/helm/charts/tree/master/stable/atlantis#customization' \
-e 'https://github.com/runatlantis/helm-charts#customization' \
--header 'Accept-Encoding:deflate, gzip' \
--buffer-size 8192 \
http://localhost:8080/
Expand Down

0 comments on commit b234bd4

Please sign in to comment.