feat/team-roles-from-registration-sheet #2

Open
renkar wants to merge 64 commits from renkar/tipibot:feat/team-roles-from-registration-sheet into master
Showing only changes of commit 7fc0ccc77f - Show all commits

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- name: Run test suite
run: |
REPO=$(git -C ~/tipibot remote get-url origin)
REPO=$(git -C /root/tipibot remote get-url origin)
rm -rf /tmp/tipibot-ci
git clone --quiet "$REPO" /tmp/tipibot-ci
cd /tmp/tipibot-ci
@@ -25,7 +25,7 @@ jobs:
steps:
- name: Deploy
run: |
cd ~/tipibot
cd /root/tipibot
git pull
source .venv/bin/activate
pip install -r requirements.txt