Skip to content

Commit

Permalink
Update File Permission
Browse files Browse the repository at this point in the history
  • Loading branch information
allgandalf committed Jun 14, 2023
1 parent c95dc05 commit f27780a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/docker-stack-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,7 @@ jobs:
# run tests against the full docker stack
- name: Run Integration Test
run: git update-index --chmod=+x ./tests/Docker-Stack-Test.sh
run: |
chmod +x /tests/Docker-Stack-Test.sh
./tests/Docker-Stack-Test.sh
4 changes: 2 additions & 2 deletions tests/Docker-Stack-Test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ curl -v -L -X POST -H "Host: pecan.localhost" \
-F 'modelid=1000000014' \
-F 'sitegroupid=1' \
-F 'siteid=756' \
-F 'sitename=Southern Pine (Subcategory), Duke Forest Pine ' \
-F 'sitename=Duke Forest - loblolly pine (US-Dk3)' \
-F 'pft[]=temperate.coniferous' \
-F 'start=2004/01/01' \
-F 'end=2004/12/31' \
Expand All @@ -15,4 +15,4 @@ curl -v -L -X POST -H "Host: pecan.localhost" \
sleep 200

curl -v -L -H "Host: pecan.localhost" \
'http://172.17.0.1/pecan/dataset.php?workflowid=99000000001&type=file&name=out/99000000001/sipnet.out'
'http://172.17.0.1/pecan/dataset.php?workflowid=99000000001&type=file&name=out/99000000001/sipnet.out'

0 comments on commit f27780a

Please sign in to comment.