From 8cb271156d7dd6c91cfa7a4d2ee8cc3c5e6f2302 Mon Sep 17 00:00:00 2001 From: isc-tleavitt <73311181+isc-tleavitt@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:41:02 -0400 Subject: [PATCH] fix: docker run flags in "Clean install and test" Looking at history these were added fairly recently and it's failing here, so maybe removing them will fix it. --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a0d55c29..34bd7f51 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 '' \