2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

fix working directory when executing migration

This commit is contained in:
Frederik Ring 2019-08-02 10:41:39 +02:00
parent 6461b2cbbf
commit efb8676c8e

View File

@ -308,6 +308,7 @@ jobs:
- run:
name: Migrate `server` database
working_directory: ~/offen/server
command: |
sudo apt-get update && sudo apt-get install -qq -y python-pip libpython-dev
curl -O https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py