Merge pull request #8660 from prometheus/superq/sync_typo

Fix typo in repo sync
This commit is contained in:
Ben Kochie 2021-03-28 13:02:15 +02:00 committed by GitHub
commit ca847ff026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,7 @@ jobs:
executor: golang
steps:
- checkout
- run: curl -sL https://github.com/mikefarah/yq/releases/download/v4.6.3/yq_linux_amd64 -O "${PATH%%:*}/yq" && chmod -v +x "${PATH%%:*}/yq"
- run: curl -sL --fail https://github.com/mikefarah/yq/releases/download/v4.6.3/yq_linux_amd64 -o "${PATH%%:*}/yq" && chmod -v +x "${PATH%%:*}/yq"
- run: sha256sum -c <(echo "c4343783c3361495c0d6d1eb742bba7432aa65e13e9fb8d7e201d544bcf14247 ${PATH%%:*}/yq")
- run: ./scripts/sync_repo_files.sh