Skip to content

Commit

Permalink
[WIP] Testing GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ksclarke committed Nov 7, 2024
1 parent a74553e commit 734a602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
DOCKER_BIN="/opt/hostedtoolcache/docker-stable/27.3.1/x64/docker" &&
DOCKER_HOST=$(${DOCKER_BIN} context inspect default --format '{{.Endpoints.docker.Host}}') &&
echo "${DOCKER_HOST}" &&
echo "$(ps aux | grep docker)"
echo "DOCKER_HOST=${DOCKER_HOST}" >> $GITHUB_ENV
- name: Set up Maven if needed
Expand Down

0 comments on commit 734a602

Please sign in to comment.