From 1256d978b13af7e712e76b50d38b4d5e0b325958 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Fri, 1 May 2020 17:36:44 +0500 Subject: [PATCH] FIX: set ARTIFACT to empty in Preview JOB Otherwise how-to-run-locally.sh will print lines "how to download artifact", which doesn't exist --- static-files/all/.github/workflows/DINAR-pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/static-files/all/.github/workflows/DINAR-pr.yml b/static-files/all/.github/workflows/DINAR-pr.yml index c9235a6..38e889a 100644 --- a/static-files/all/.github/workflows/DINAR-pr.yml +++ b/static-files/all/.github/workflows/DINAR-pr.yml @@ -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: |