Navigation Menu

Skip to content

Commit

Permalink
remove DELETE_CACHE arg, it is never called
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Aug 21, 2020
1 parent a2cdc4b commit d9e9513
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .docker/qgis.dockerfile
Expand Up @@ -60,9 +60,6 @@ RUN cmake \
RUN pip3 install jinja2 pygments

################################################################################
ARG DELETE_CACHE=FALSE
RUN if [[ ${DELETE_CACHE} == TRUE ]]; then rm /QGIS; fi

# Python testing environment setup

# Add QGIS test runner
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-docker.yml
Expand Up @@ -9,9 +9,6 @@ on:

jobs:
build-docker:
# only run this workflow on the master branch !
if: ${{ github.ref == 'refs/heads/master' }}

runs-on: ubuntu-latest

env:
Expand Down

0 comments on commit d9e9513

Please sign in to comment.