Skip to content

Commit

Permalink
FIX: set ARTIFACT to empty in Preview JOB
Browse files Browse the repository at this point in the history
Otherwise how-to-run-locally.sh will print lines "how to download artifact", which doesn't exist
  • Loading branch information
yelizariev authored May 1, 2020
1 parent 3b2239b commit 1256d97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static-files/all/.github/workflows/DINAR-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
run: |
bash DINAR/workflow-files/configure-docker.sh ${{ secrets.DINAR_TOKEN || secrets.GITHUB_TOKEN }}
echo "::set-env name=PR_FILES::../../REPO"
echo "::set-env name=ARTIFACT::empty"
- name: HOW TO RUN ODOO LOCALLY
if: always()
run: |
Expand Down

0 comments on commit 1256d97

Please sign in to comment.