Skip to content

docker publish on make #626

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Mar 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ commands:
docker login -u redisfab -p $DOCKER_REDISFAB_PWD
pushd opt/build/docker
for osnick in bionic xenial; do
make CPU=1 OSNICK=$osnick ARTIFACTS=1 VERBOSE=1
make GPU=1 OSNICK=$osnick ARTIFACTS=1 VERBOSE=1
make CPU=1 OSNICK=$osnick ARTIFACTS=1 VERBOSE=1 build publish
make GPU=1 OSNICK=$osnick ARTIFACTS=1 VERBOSE=1 build publish
done
popd > /dev/null
logstar=bin/artifacts/tests-logs-cpu.tgz
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
- checkout
- run:
name: Submodule checkout
command: git submodule update --init --recursive
command: git submodule update --init --recursive
- restore_cache:
keys:
- build-dependencies-{{ checksum "get_deps.sh" }}
Expand Down