From 08efd274d823de2764ad0ca5aafac0515614d652 Mon Sep 17 00:00:00 2001 From: Marcos Pereira Date: Sun, 26 May 2019 21:40:16 -0300 Subject: [PATCH] Fixed pipeline. --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 002a878..86bbd00 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -14,5 +14,6 @@ pipelines: - step: name: Release New Verison script: + - pip install -r requirements.txt - chmod +x ./bin/deploy.sh - ./bin/deploy.sh \ No newline at end of file