Skip to content

Commit

Permalink
👷‍♂️ sync DINAR
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 6, 2020
1 parent a8475b6 commit 15b7e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DINAR-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
- name: Check artifact
if: failure()
run: |
echo "::set-env name=ARTIFACT::0"
echo "::set-env name=ARTIFACT::failure"
- name: Configure Docker
run: |
bash DINAR/workflow-files/configure-docker.sh ${{ secrets.DINAR_TOKEN || secrets.GITHUB_TOKEN }}
Expand All @@ -245,7 +245,7 @@ jobs:
docker-compose -p DINAR -f DINAR/workflow-files/docker-compose-DINAR-pr.yml pull
docker-compose -p DINAR -f DINAR/workflow-files/docker-compose-DINAR-pr.yml up --no-start
- name: Apply new-deps artifact
if: env.ARTIFACT != '0'
if: env.ARTIFACT != 'failure'
run: |
bash DINAR/workflow-files/load-docker-layers.sh new-deps/
Expand Down

0 comments on commit 15b7e93

Please sign in to comment.