File tree Expand file tree Collapse file tree 1 file changed +2
-30
lines changed Expand file tree Collapse file tree 1 file changed +2
-30
lines changed Original file line number Diff line number Diff line change @@ -85,46 +85,18 @@ commands:
8585 codecov --file .tox/cover/report/coverage.xml --name ${CODECOV_NAME}-unittests
8686 codecov --file .tox/func/report/coverage.xml --name ${CODECOV_NAME}-functional
8787
88- docker :
89- parameters :
90- docker_version :
91- type : string
92- default : " edge"
93- steps :
94- - setup_remote_docker
95- - run :
96- name : dockers
97- description : Build and release docker
98- command : |
99- bash <(curl -fsSL https://get.docker.com)
100- docker login -u redisfab -p $DOCKER_REDISFAB_PWD
101- docker build -t redisgraph:<<parameters.docker_version>> .
102- docker push
103-
10488jobs :
10589 build :
10690 parameters :
10791 python_version :
10892 type : string
93+ default : " latest"
10994 docker :
11095 - image : circleci/python:<<parameters.python_version>>
11196 - image : redislabs/redisgraph:edge
11297 steps :
11398 - build_and_test
11499
115- # since this is used by cron, we by default build against latest
116- build_and_publish :
117- parameters :
118- docker_version :
119- type : string
120- default : " edge"
121- docker :
122- - image : circleci/python:latest
123- - image : redislabs/redisgraph:edge
124-
125- steps :
126- - build_and_test
127- - docker
128100
129101on-any-branch : &on-any-branch
130102 filters :
@@ -164,4 +136,4 @@ workflows:
164136 cron : " 0 0 * * *"
165137 << : *on-master
166138 jobs :
167- - build_and_publish
139+ - build
You can’t perform that action at this time.
0 commit comments