From d60524cdc1332490653b0ae08da637537822b18a Mon Sep 17 00:00:00 2001 From: enriquezgarc Date: Fri, 4 Aug 2023 16:55:04 +0200 Subject: [PATCH] .github/workflows/ports_psoc6.yml: WIP for multi on target. Signed-off-by: enriquezgarc --- .github/workflows/ports_psoc6.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ports_psoc6.yml b/.github/workflows/ports_psoc6.yml index 9a937667f991d..6c588eb36ad1c 100644 --- a/.github/workflows/ports_psoc6.yml +++ b/.github/workflows/ports_psoc6.yml @@ -56,6 +56,7 @@ jobs: - name: Container setup run: | echo ${{ secrets.SELF_HOSTED_PASSWORD }} | sudo -S chmod 666 /var/run/docker.sock + docker kill $(docker ps -q) source tools/ci.sh && ci_psoc6_setup - name: Setup devices run: |