From cf564caf9ac79d483d318f6198c6726cc5624406 Mon Sep 17 00:00:00 2001 From: Damian Ujma <92095156+damianujma@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:41:34 +0200 Subject: [PATCH] ACS-8362 Remove temporary fix for upgrade tas tests (#2873) --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69a056382c..1ad9fdc556 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -471,12 +471,6 @@ jobs: persist-credentials: false - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 - - name: "Re-enable support for legacy image formats in the daemon" # Temporary fix for unsupported Docker Image Format/Manifest Version/Schema combinations - run: | - sudo mkdir -p /etc/systemd/system/docker.service.d - sudo bash -c 'echo -e "[Service]\nEnvironment=\"DOCKER_ENABLE_DEPRECATED_PULL_SCHEMA_1_IMAGE=1\"" >> /etc/systemd/system/docker.service.d/deprecated-schema.conf' - sudo systemctl daemon-reload - sudo systemctl restart docker - name: "Build" timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} run: |