Skip to content

Commit

Permalink
Update packcheck commit-id in ci configs
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Jun 15, 2021
1 parent acc3d3e commit 7874273
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: "91d76691e5cb82e77564be55d0126906b16d76bc"
PACKCHECK_GITHUB_COMMIT: "acc3d3e8ba2e70bdb08cbfd5985b2d392e7fc1ab"

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: "91d76691e5cb82e77564be55d0126906b16d76bc"
PACKCHECK_GITHUB_COMMIT: "acc3d3e8ba2e70bdb08cbfd5985b2d392e7fc1ab"

# ------------------------------------------------------------------------
# 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="91d76691e5cb82e77564be55d0126906b16d76bc"
- PACKCHECK_GITHUB_COMMIT="acc3d3e8ba2e70bdb08cbfd5985b2d392e7fc1ab"

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: "91d76691e5cb82e77564be55d0126906b16d76bc"
PACKCHECK_GITHUB_COMMIT: "acc3d3e8ba2e70bdb08cbfd5985b2d392e7fc1ab"

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

0 comments on commit 7874273

Please sign in to comment.