Skip to content

Commit

Permalink
Update PACKCHECK_GITHUB_COMMIT to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Jul 20, 2021
1 parent 8758a1b commit a6d01f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ env: &env
# If you have not committed packcheck.sh in your repo at PACKCHECK
# then it is automatically pulled from this URL.
PACKCHECK_GITHUB_URL: "https://raw.githubusercontent.com/composewell/packcheck"
PACKCHECK_GITHUB_COMMIT: "fa1374027e64a28254b4ac457f968f21fc689c7f"
PACKCHECK_GITHUB_COMMIT: "v0.6.0"

docker:
- image: debian:buster
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# If you have not committed packcheck.sh in your repo at PACKCHECK
# then it is automatically pulled from this URL.
PACKCHECK_GITHUB_URL: "https://raw.githubusercontent.com/composewell/packcheck"
PACKCHECK_GITHUB_COMMIT: "fa1374027e64a28254b4ac457f968f21fc689c7f"
PACKCHECK_GITHUB_COMMIT: "v0.6.0"

# ------------------------------------------------------------------------
# Final build variables
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ env:
# If you have not committed packcheck.sh in your repo at PACKCHECK_LOCAL_PATH
# then it is automatically pulled from this URL.
- PACKCHECK_GITHUB_URL="https://raw.githubusercontent.com/composewell/packcheck"
- PACKCHECK_GITHUB_COMMIT="fa1374027e64a28254b4ac457f968f21fc689c7f"
- PACKCHECK_GITHUB_COMMIT="v0.6.0"

notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ environment:
# If you have not committed packcheck.sh in your repo at PACKCHECK_LOCAL_PATH
# then it is automatically pulled from this URL.
PACKCHECK_GITHUB_URL: "https://raw.githubusercontent.com/composewell/packcheck"
PACKCHECK_GITHUB_COMMIT: "fa1374027e64a28254b4ac457f968f21fc689c7f"
PACKCHECK_GITHUB_COMMIT: "v0.6.0"

# Override the temp directory to avoid sed escaping issues
# See https://github.com/haskell/cabal/issues/5386
Expand Down

0 comments on commit a6d01f1

Please sign in to comment.