diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 30dd80ef..2eac6e57 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -65,10 +65,6 @@ jobs: tags: ci-latest:0.1 labels: ${{ steps.docker_meta.outputs.labels }} - - name: Setup build dir - run: | - docker image ls - - name: Test run: make VERSION=${{ matrix.odoo_serie }} test diff --git a/test.sh b/test.sh index dd71e74b..f95d4d6a 100755 --- a/test.sh +++ b/test.sh @@ -30,8 +30,6 @@ ODOO_URL="https://github.com/odoo/odoo/archive/${VERSION}.tar.gz" TMP=$(mktemp -d) echo "Working in $TMP" -docker image ls - on_exit() { echo "Cleaning up temporary directory..." cd $TMP