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 9ea4ddc commit a74553e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
else
echo "RELEASE_VERSION=${PULL_NAME#webrepl-}" >> $GITHUB_ENV
fi &&
DOCKER_HOST=$(docker context inspect default --format '{{.Endpoints.docker.Host}}') &&
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 docker)" &&
echo "DOCKER_HOST=${DOCKER_HOST}" >> $GITHUB_ENV
- name: Set up Maven if needed
Expand Down

0 comments on commit a74553e

Please sign in to comment.