You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
359 B

6 years ago
  1. image: python:3.7
  2. pipelines:
  3. default:
  4. - step:
  5. name: Tests
  6. caches:
  7. - pip
  8. script:
  9. - pip install -r requirements.txt
  10. - python3 -m unittest discover
  11. tags:
  12. '*':
  13. - step:
  14. name: Release New Verison
  15. script:
  16. - chmod +x ./bin/deploy.sh
  17. - ./bin/deploy.sh