Skip to content

Commit 8b45ede

Browse files
authored
publishing only when REDISAI_LITE=0 (#752)
1 parent 38fd91b commit 8b45ede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
bash <(curl -fsSL https://get.docker.com)
172172
pushd opt/build/docker
173173
docker login -u redisfab -p $DOCKER_REDISFAB_PWD
174-
make <<parameters.target>> OSNICK=<<parameters.osnick>> <<parameters.lite>> ARTIFACTS=1 VERBOSE=1 build publish
174+
make build <<parameters.target>> OSNICK=<<parameters.osnick>> ARTIFACTS=1 VERBOSE=1 <<parameters.lite>>
175175
popd > /dev/null
176176
logstar=bin/artifacts/tests-logs-cpu.tgz
177177
logsdir=tests/logs/cpu
@@ -521,7 +521,7 @@ workflows:
521521
- xenial
522522
- bionic
523523
lite:
524-
- "REDISAI_LITE=0"
524+
- "REDISAI_LITE=0 publish"
525525
- "REDISAI_LITE=1"
526526
target:
527527
- "CPU=1"

0 commit comments

Comments
 (0)