Skip to content

Commit

Permalink
ACS-8362 Remove temporary fix for upgrade tas tests (#2873)
Browse files Browse the repository at this point in the history
  • Loading branch information
damianujma authored Jul 16, 2024
1 parent d1b2a64 commit cf564ca
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,12 +471,6 @@ jobs:
persist-credentials: false
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
- 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: |
Expand Down

0 comments on commit cf564ca

Please sign in to comment.