Update deploy sripts to push to Github and Quay registry for stable tags (#418)
* Update deploy sripts to push to Github and Quay registry for stable tags * Fix Circle CI config yaml. * Fix more in CircleCI config.
This commit is contained in:
@@ -33,18 +33,17 @@ jobs:
|
||||
name: MySQL Test
|
||||
command: bash tests/test.sh
|
||||
- deploy:
|
||||
environment:
|
||||
REGISTRY: QUAY
|
||||
command: |
|
||||
if [ "${CIRCLE_BRANCH}" == "master" ]; then
|
||||
python .travis/deploy.py
|
||||
fi
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
test-workflow:
|
||||
build-and-deploy-workflow:
|
||||
jobs:
|
||||
- build
|
||||
- build:
|
||||
filters:
|
||||
tags:
|
||||
only: /^v\d+\.\d+\.\d+$/
|
||||
|
||||
cron-workflow:
|
||||
triggers:
|
||||
|
||||
Reference in New Issue
Block a user