Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove unnecessary block
  • Loading branch information
3nids committed Feb 15, 2021
1 parent aaaf11e commit 55c9970
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/run-tests.yml
Expand Up @@ -63,13 +63,6 @@ jobs:
echo DOCKER_TAG: ${DOCKER_TAG}
echo CTEST_BUILD_NAME: ${CTEST_BUILD_NAME}
# - name: Increase Docker base image size
# # https://stackoverflow.com/questions/50140939/increase-docker-container-size-from-default-10gb-on-rhel7
# run: |
# sudo rm /etc/docker/daemon.json
# echo '{"storage-opt": [ "dm.basesize=50G" ]}' | sudo tee /etc/docker/daemon.json
# sudo service docker restart

- name: Build deps
run: |
pushd .docker
Expand Down

0 comments on commit 55c9970

Please sign in to comment.