File tree 1 file changed +2
-30
lines changed 1 file changed +2
-30
lines changed Original file line number Diff line number Diff line change @@ -85,46 +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
- 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
-
104
88
jobs :
105
89
build :
106
90
parameters :
107
91
python_version :
108
92
type : string
93
+ default : " latest"
109
94
docker :
110
95
- image : circleci/python:<<parameters.python_version>>
111
96
- image : redislabs/redisgraph:edge
112
97
steps :
113
98
- build_and_test
114
99
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
128
100
129
101
on-any-branch : &on-any-branch
130
102
filters :
@@ -164,4 +136,4 @@ workflows:
164
136
cron : " 0 0 * * *"
165
137
<< : *on-master
166
138
jobs :
167
- - build_and_publish
139
+ - build
You can’t perform that action at this time.
0 commit comments