Skip to content

Commit f69a375

Browse files
committed
Merge pull request #626 from RedisAI/ck-605
docker publish on make
1 parent a6a848b commit f69a375

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ commands:
9393
docker login -u redisfab -p $DOCKER_REDISFAB_PWD
9494
pushd opt/build/docker
9595
for osnick in bionic xenial; do
96-
make CPU=1 OSNICK=$osnick ARTIFACTS=1 VERBOSE=1
97-
make GPU=1 OSNICK=$osnick ARTIFACTS=1 VERBOSE=1
96+
make CPU=1 OSNICK=$osnick ARTIFACTS=1 VERBOSE=1 build publish
97+
make GPU=1 OSNICK=$osnick ARTIFACTS=1 VERBOSE=1 build publish
9898
done
9999
popd > /dev/null
100100
logstar=bin/artifacts/tests-logs-cpu.tgz
@@ -194,7 +194,7 @@ jobs:
194194
- checkout
195195
- run:
196196
name: Submodule checkout
197-
command: git submodule update --init --recursive
197+
command: git submodule update --init --recursive
198198
- restore_cache:
199199
keys:
200200
- build-dependencies-{{ checksum "get_deps.sh" }}

0 commit comments

Comments
 (0)