Skip to content

Commit

Permalink
fixup: ci config: don;t remove stack.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Dec 15, 2023
1 parent 8a127cc commit 47fd3fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/packcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,4 @@ jobs:
- name: Run packcheck
run: |
# If a custom stack-yaml is specified, replace the default with that
if test -e "$STACK_YAML"; then rm -f stack.yaml && ln -sv $STACK_YAML stack.yaml; else true; fi
unset STACK_YAML
bash -c "$PACKCHECK $PACKCHECK_COMMAND"

0 comments on commit 47fd3fe

Please sign in to comment.