File tree Expand file tree Collapse file tree 1 file changed +2
-29
lines changed Expand file tree Collapse file tree 1 file changed +2
-29
lines changed Original file line number Diff line number Diff line change @@ -85,45 +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- docker login -u redisfab -p $DOCKER_REDISFAB_PWD
100- docker build -t redisgraph-py:<<parameters.docker_version>> .
101- docker push
102-
10388jobs :
10489 build :
10590 parameters :
10691 python_version :
10792 type : string
93+ default : " latest"
10894 docker :
10995 - image : circleci/python:<<parameters.python_version>>
11096 - image : redislabs/redisgraph:edge
11197 steps :
11298 - build_and_test
11399
114- # since this is used by cron, we by default build against latest
115- build_and_publish :
116- parameters :
117- docker_version :
118- type : string
119- default : " edge"
120- docker :
121- - image : circleci/python:latest
122- - image : redislabs/redisgraph:edge
123-
124- steps :
125- - build_and_test
126- - docker
127100
128101on-any-branch : &on-any-branch
129102 filters :
@@ -163,4 +136,4 @@ workflows:
163136 cron : " 0 0 * * *"
164137 << : *on-master
165138 jobs :
166- - build_and_publish
139+ - build
You can’t perform that action at this time.
0 commit comments