Skip to content

Commit

Permalink
Remove If Condition on Image Pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
yibudak committed Dec 18, 2024
1 parent 2e71b56 commit bcbcb5a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
codename: jammy
odoo_version: "16.0web"
odoo_org_repo: "altinkaya-opensource/odoo"
image_name: py3.11-v16.0web
image_name: py3.11-odoo-16.0web

services:
postgres:
Expand Down Expand Up @@ -63,9 +63,6 @@ jobs:
uses: actions/checkout@v4
# - name: Tests
# run: docker run -v ${PWD}/tests:/mnt/tests --network=host -e PGHOST=localhost ghcr.io/altinkaya-opensource/altinkaya-ci/${{ matrix.image_name }}:latest /mnt/tests/runtests.sh -v
# # Don't bother with Odoo 8 and 9 for now...
# if: ${{ matrix.odoo_version != '8.0' && matrix.odoo_version != '9.0' }}

- name: Push image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit bcbcb5a

Please sign in to comment.