Skip to content
Snippets Groups Projects
Commit 0a7e9c1f0bf6 authored by Georges Racinet's avatar Georges Racinet
Browse files

Removed obsolete build/push script for main images

This one was a source of confusion.
parent 5c10f022bea2
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
set -eu
BASEDIR=`dirname $0`
NO_CACHE="--no-cache"
for py in 3 2; do
$BASEDIR/heptapod-dev/build-launch \
--base --no-run --push \
$NO_CACHE \
--squash \
--python-version $py $@
NO_CACHE=
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment