Skip to content

Commit

Permalink
Update PACKCHECK_GITHUB_COMMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Jul 14, 2021
1 parent d64bc18 commit 7090fcc
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 @@ -61,7 +61,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: "acc3d3e8ba2e70bdb08cbfd5985b2d392e7fc1ab"
PACKCHECK_GITHUB_COMMIT: "24f8724663c928669659bbfd5b075d8e2d208b8c"

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 @@ -78,7 +78,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: "acc3d3e8ba2e70bdb08cbfd5985b2d392e7fc1ab"
PACKCHECK_GITHUB_COMMIT: "24f8724663c928669659bbfd5b075d8e2d208b8c"

# ------------------------------------------------------------------------
# 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 @@ -58,7 +58,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="acc3d3e8ba2e70bdb08cbfd5985b2d392e7fc1ab"
- PACKCHECK_GITHUB_COMMIT="24f8724663c928669659bbfd5b075d8e2d208b8c"

notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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: "acc3d3e8ba2e70bdb08cbfd5985b2d392e7fc1ab"
PACKCHECK_GITHUB_COMMIT: "24f8724663c928669659bbfd5b075d8e2d208b8c"

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

0 comments on commit 7090fcc

Please sign in to comment.