Skip to content

Commit

Permalink
fix: docker run flags in "Clean install and test"
Browse files Browse the repository at this point in the history
Looking at history these were added fairly recently and it's failing here, so maybe removing them will fix it.
  • Loading branch information
isc-tleavitt committed Apr 9, 2024
1 parent c9073be commit 8cb2711
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@ jobs:
timeout-minutes: 15
run: |
wget http://localhost:52773/registry/packages/zpm/latest/installer -O /tmp/zpm.xml
docker run --network zpm --rm -d -v /tmp/zpm.xml:/home/irisowner/zpm.xml ${{ steps.image.outputs.name }} ${{ steps.image.outputs.flags }} \
--log-driver=none -a stdin -a stdout -a stderr
docker run --network zpm --rm -d -v /tmp/zpm.xml:/home/irisowner/zpm.xml ${{ steps.image.outputs.name }} ${{ steps.image.outputs.flags }}
CONTAINER=`docker ps -lq`
sleep 5; docker exec $CONTAINER /usr/irissys/dev/Cloud/ICM/waitISC.sh
/bin/echo -e '' \
Expand Down

0 comments on commit 8cb2711

Please sign in to comment.