Fix exit code issue in packcheck

This commit is contained in:
Harendra Kumar 2020-06-03 17:45:09 +05:30
parent 959fcc7eec
commit 48b21f731b
4 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,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/harendra-kumar/packcheck"
PACKCHECK_GITHUB_COMMIT: "b8d39c9cf336e4627e12eb4b1f5827bb7b6afc91"
PACKCHECK_GITHUB_COMMIT: "c022dc444757aa89dd85eba4b1ad3714897d6ea2"
docker:
- image: debian:stretch

View File

@ -23,7 +23,7 @@ jobs:
PACKCHECK_LOCAL_PATH: "./packcheck.sh"
PACKCHECK_GITHUB_URL: "https://raw.githubusercontent.com/harendra-kumar/packcheck"
PACKCHECK_GITHUB_COMMIT: "b8d39c9cf336e4627e12eb4b1f5827bb7b6afc91"
PACKCHECK_GITHUB_COMMIT: "c022dc444757aa89dd85eba4b1ad3714897d6ea2"
BUILD: ${{ matrix.build }}
GHCVER: ${{ matrix.ghc_version }}

View File

@ -62,7 +62,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/harendra-kumar/packcheck"
- PACKCHECK_GITHUB_COMMIT="b92970febc2d66e0ed0202254c97c13392461821"
- PACKCHECK_GITHUB_COMMIT="c022dc444757aa89dd85eba4b1ad3714897d6ea2"
notifications:
email:

View File

@ -63,7 +63,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/harendra-kumar/packcheck"
PACKCHECK_GITHUB_COMMIT: "b8d39c9cf336e4627e12eb4b1f5827bb7b6afc91"
PACKCHECK_GITHUB_COMMIT: "c022dc444757aa89dd85eba4b1ad3714897d6ea2"
# Override the temp directory to avoid sed escaping issues
# See https://github.com/haskell/cabal/issues/5386