Skip to content

ci: do not use custom ubuntu container #834

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: release/2.9
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/shared_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
matrix: ${{ fromJson(needs.create-matrix.outputs.matrix) }}
runs-on: ubuntu-22.04
container:
image: public.ecr.aws/lts/ubuntu:22.04
image: ubuntu:22.04

defaults:
run:
Expand Down Expand Up @@ -164,11 +164,6 @@ jobs:
with:
path: integration_openproject

- name: Install git
run: |
apt update
apt install git -y

- name: Checkout activity app
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -205,6 +200,7 @@ jobs:
path: integration_openproject/server
ref: ${{ matrix.nextcloudVersion }}

# NOTE: required for API tests wich make use of docker command to cleanup user data in the server container.
- name: install docker
uses: papodaca/install-docker-action@main

Expand Down
Loading