Skip to content

Commit

Permalink
Revert last commit and remove trailing apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroNeumann committed Sep 5, 2023
1 parent c4e6cc3 commit fd489a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
docker-version: '20.10.9'
- name: Configure Docker Host
run: |
echo '{\"hosts\": [\"tcp://127.0.0.1:2375\", \"unix:///var/run/docker.sock\"]}' | sudo tee /etc/docker/daemon.json
sudo systemctl restart docker'
echo '{"hosts": ["tcp://127.0.0.1:2375", "unix:///var/run/docker.sock"]}' | sudo tee /etc/docker/daemon.json
sudo systemctl restart docker
- name: Checkout project sources
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit fd489a1

Please sign in to comment.