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:
85
85
codecov --file .tox/cover/report/coverage.xml --name ${CODECOV_NAME}-unittests
86
86
codecov --file .tox/func/report/coverage.xml --name ${CODECOV_NAME}-functional
87
87
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
-
103
88
jobs :
104
89
build :
105
90
parameters :
106
91
python_version :
107
92
type : string
93
+ default : " latest"
108
94
docker :
109
95
- image : circleci/python:<<parameters.python_version>>
110
96
- image : redislabs/redisgraph:edge
111
97
steps :
112
98
- build_and_test
113
99
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
127
100
128
101
on-any-branch : &on-any-branch
129
102
filters :
@@ -163,4 +136,4 @@ workflows:
163
136
cron : " 0 0 * * *"
164
137
<< : *on-master
165
138
jobs :
166
- - build_and_publish
139
+ - build
You can’t perform that action at this time.
0 commit comments