File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ commands:
93
93
docker login -u redisfab -p $DOCKER_REDISFAB_PWD
94
94
pushd opt/build/docker
95
95
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
98
98
done
99
99
popd > /dev/null
100
100
logstar=bin/artifacts/tests-logs-cpu.tgz
@@ -194,7 +194,7 @@ jobs:
194
194
- checkout
195
195
- run :
196
196
name : Submodule checkout
197
- command : git submodule update --init --recursive
197
+ command : git submodule update --init --recursive
198
198
- restore_cache :
199
199
keys :
200
200
- build-dependencies-{{ checksum "get_deps.sh" }}
You can’t perform that action at this time.
0 commit comments