Skip to content

Commit e7071a9

Browse files
committed
Fixup
1 parent 5990ef7 commit e7071a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Prepare env files
7474
run: |
7575
BASE_IMAGE="ghcr.io/${{ github.repository_owner }}/curq-ci:${{ github.base_ref }}"
76-
MODULES=$(docker run --rm $BASE_REF_IMAGE -c "manifestoo -d /odoo/custom list | grep _install | paste -sd,")
76+
MODULES=$(docker run $BASE_IMAGE -c "manifestoo -d /odoo/custom list | grep _install | paste -sd,")
7777
cat > .env.base <<EOF
7878
DB_HOST=postgres
7979
DB_PORT=5432

0 commit comments

Comments
 (0)