Skip to content

Commit

Permalink
Escape character in configure docker step in build gradle github action
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroNeumann committed Sep 5, 2023
1 parent 871f17c commit c4e6cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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
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
Expand Down

0 comments on commit c4e6cc3

Please sign in to comment.