Update nightly_installer.yml

This commit is contained in:
Vishnu Narayanan
2024-05-31 22:07:18 +05:30
committed by GitHub
parent 1b5a69e45e
commit 6810595c31
+1
View File
@@ -35,6 +35,7 @@ jobs:
#fix for postgtres not starting automatically in gh action env
sed -i '/function configure_db() {/a sudo service postgresql start' install.sh
sed -i '/function setup_chatwoot() {/a export PATH="/usr/bin/:$PATH"' install.sh
sed -i '/git checkout "\$BRANCH"/a export PATH="/usr/bin/:$PATH"' install.sh
- name: create input file
run: |