Skip to content

Commit

Permalink
Revert "Added GitHub compatibility for overridden $HOME."
Browse files Browse the repository at this point in the history
This reverts commit 10c91e8.
  • Loading branch information
AlexSkrypnyk committed Sep 6, 2024
1 parent 3b04bb3 commit 70c1ba4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ RUN curl -L -o "/tmp/kcov.tar.gz" "https://github.com/SimonKagstrom/kcov/archive

FROM php:8.3-cli-bookworm

# Link the root directory to /github.
# @see https://github.com/actions/runner/issues/863
RUN ln -s /root /github

# Upgrade all installed packages and clean up.
# hadolint ignore=DL3005
RUN apt-get update -qq \
Expand Down
7 changes: 1 addition & 6 deletions goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,5 @@ command:

php -i | grep -Fq "PCOV support => Enabled":
exit-status: 0
stderr: []
timeout: 10000

test -d /github:
exit-status: 0
stderr: []
stderr: [ ]
timeout: 10000

0 comments on commit 70c1ba4

Please sign in to comment.