Skip to content

Commit

Permalink
Merge pull request #14 from ConductionNL/development
Browse files Browse the repository at this point in the history
fix on bad build
  • Loading branch information
rubenvdlinde authored Dec 20, 2019
2 parents 87bffd8 + 7dde375 commit 78523f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Pulling old images, if any
run: docker-compose pull --ignore-pull-failures
#- name: Pulling old images, if any
# run: docker-compose pull --ignore-pull-failures
- name: Setting APP_NAME
run: |
export NAME=$(grep APP_NAME= .env | cut -d '=' -f2)
Expand Down

0 comments on commit 78523f0

Please sign in to comment.