Skip to content

Commit

Permalink
fixup! feat: switch to github + bump library + bump python libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Sep 17, 2024
1 parent aa82507 commit 8534ae1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8534ae1

Please sign in to comment.