Skip to content

fix problems with deployment in service

Leonhard Settele requested to merge fix_deploy into master
  • add flag --ignore-pipfile to pipenv install call so that it will use the lockfile instead of the pipfile.
  • replace git pull with /usr/bin/git fetch origin master && /usr/bin/git reset --hard origin/master so that any local changes should be overwritten

Merge request reports