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 161bd62 commit 02bbe25
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ jobs:
else
echo "RELEASE_VERSION=${PULL_NAME#webrepl-}" >> $GITHUB_ENV
fi &&
DOCKER_HOST=$(docker context inspect default --format '{{.Endpoints.docker.Host}}') &&
echo "${DOCKER_HOST}" &&
echo "$(ps aux | grep '[d]ockerd' | grep -o -- '--host=[^ ]*')"
DOCKER_HOST="$(ps aux | grep '[d]ockerd' | grep -o -- '--host=[^ ]*' | sed 's/--host=//')"
echo "DOCKER_HOST=${DOCKER_HOST}" >> $GITHUB_ENV
- name: Set up Maven if needed
Expand Down

0 comments on commit 02bbe25

Please sign in to comment.