Skip to content

Commit

Permalink
Update tempbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1uk authored Feb 8, 2024
1 parent 0fffaf6 commit 7796349
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tempbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,14 @@ jobs:
with:
image: anniesoft/toolanalysis:latest
registry: docker.io
options: -v ${{ github.workspace }}:/ToolAnalysis
options: -v ${{ github.workspace }}:/TA
run: |
echo "Running Script"
echo `pwd`
ln -s /ToolAnalysis/ToolDAQ $PWD/ToolDAQ
ls -l
cd /TA
ls -l
ln -s /ToolAnalysis/ToolDAQ $PWD/ToolDAQ
ls -l ./ToolDAQ
source ./Setup.sh
make clean
Expand Down

0 comments on commit 7796349

Please sign in to comment.