Mayank
5 years ago
No known key found for this signature in database
GPG Key ID: D037D60476CE748C
1 changed files with
2 additions and
2 deletions
-
.github/workflows/on-push.yml
|
@ -9,8 +9,8 @@ jobs: |
|
|
- uses: actions/checkout@v1 |
|
|
- uses: actions/checkout@v1 |
|
|
- name: Enable experimental features in Docker |
|
|
- name: Enable experimental features in Docker |
|
|
run: | |
|
|
run: | |
|
|
sudo rm -rf /etc/docker/daemon.json \ |
|
|
sudo rm -rf /etc/docker/daemon.json |
|
|
echo '{"experimental": true}' | sudo tee -a /etc/docker/daemon.json \ |
|
|
echo '{"experimental": true}' | sudo tee -a /etc/docker/daemon.json |
|
|
sudo systemctl restart docker |
|
|
sudo systemctl restart docker |
|
|
- name: Run Build script |
|
|
- name: Run Build script |
|
|
run: sudo ./build-test.sh |
|
|
run: sudo ./build-test.sh |
|
|