Browse Source

Fixed pipeline.

hotfix/merge
Marcos Pereira 5 years ago
parent
commit
08efd274d8
  1. 1
      bitbucket-pipelines.yml

1
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
Loading…
Cancel
Save