1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00

remove .env from base package

This commit is contained in:
David Bomba 2021-10-28 11:19:46 +11:00
parent 9a973c76c7
commit 0a46c1aae1

View File

@ -49,6 +49,7 @@ jobs:
sudo rm -rf bootstrap/cache/*
sudo rm -rf node_modules
sudo rm -rf .git
sudo rm .env
- name: Build project
run: |