mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 07:54:36 +00:00
tweak for making CI happy
This commit is contained in:
9
scripts/initenv.sh
Executable file
9
scripts/initenv.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
python3 -m venv venv
|
||||
|
||||
venv/bin/pip install -e deploy-chatmail
|
||||
venv/bin/pip install -e chatmaild
|
||||
|
||||
source venv/bin/activate
|
||||
echo activated 'venv' python virtualenv environment containing "cmdeploy" tool
|
||||
Reference in New Issue
Block a user