Add python deployment script.

This commit is contained in:
Abhilash Raj
2018-09-02 12:40:44 -07:00
committed by Abhilash Raj
parent b3c4442c16
commit 631217173a
2 changed files with 77 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ jobs:
REGISTRY: QUAY
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
bash .travis/deploy.sh
python .travis/deploy.py
fi
workflows: