From ea7e2b248b7224a7c3d8c46712ad20d05649ff6a Mon Sep 17 00:00:00 2001 From: Ganesh Gore Date: Sat, 5 Dec 2020 22:40:33 -0700 Subject: [PATCH] [Action] Testing Docker action --- .github/workflows/deploy_sofa_hd.yaml | 8 +++----- .github/workflows/perform_precheck.sh | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy_sofa_hd.yaml b/.github/workflows/deploy_sofa_hd.yaml index 55e8a65..794057f 100644 --- a/.github/workflows/deploy_sofa_hd.yaml +++ b/.github/workflows/deploy_sofa_hd.yaml @@ -42,13 +42,11 @@ jobs: repository: efabless/open_mpw_precheck path: open_mpw_precheck - name: Perform checks with open_mpw_precheck - uses: ganeshgore/docker-run-action@1cd63ec + uses: ganeshgore/docker-run-action@49cd3a1 with: image: goreganesh/open_mpw_prechecker - options: > - -v ${{github.workspace}}/open_mpw_precheck:/usr/local/bin -v ${{github.workspace}}:/usr/local/workspace -e DEST_DIR=$DEST_DIR -e SCAN_DIRECTORY=$SCAN_DIRECTORY --workdir /usr/local/workspace - - run: pwd && cd /usr/local/workspace && ls && bash ./SOFA-Chips/.github/workflows/perform_precheck.sh + options: -v ${{github.workspace}}/open_mpw_precheck:/usr/local/bin -v ${{github.workspace}}:/usr/local/workspace -e DEST_DIR=$DEST_DIR -e SCAN_DIRECTORY=$SCAN_DIRECTORY --workdir /usr/local/workspace + run: pwd && cd /usr/local/workspace && ls && printenv && bash ./SOFA-Chips/.github/workflows/perform_precheck.sh - name: Deploy files run: bash ./SOFA-Chips/.github/workflows/sync_repo.sh - name: Deploy Changes diff --git a/.github/workflows/perform_precheck.sh b/.github/workflows/perform_precheck.sh index 279edf7..f2ffc1c 100644 --- a/.github/workflows/perform_precheck.sh +++ b/.github/workflows/perform_precheck.sh @@ -7,7 +7,7 @@ printenv cd ./${DEST_DIR} -echo "Running in directory ${pwd}" +echo "Running in directory ${PWD}" cp ../SOFA-Chips/${SCAN_DIRECTORY}/fpga_top_icv_in_design.gds.gz ./gds/ make uncompress