2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-19 18:49:01 +00:00

build: Fix develop build

This commit is contained in:
Lev 2021-11-06 21:11:29 +03:00 committed by GitHub
parent 089a2dc206
commit de04eb032c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,6 @@ jobs:
files: docker-bake.hcl files: docker-bake.hcl
targets: frappe-develop-test targets: frappe-develop-test
load: true load: true
push: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
- name: Test - name: Test
run: ./tests/test-frappe.sh run: ./tests/test-frappe.sh