modifs.mineures sans commentaires
This commit is contained in:
parent
b8241a2994
commit
037faa4786
|
@ -64,7 +64,7 @@ ENSUITE, vous pourrez relancer la commande"
|
||||||
}
|
}
|
||||||
|
|
||||||
function _build() {
|
function _build() {
|
||||||
local dockerfile image="${PRIVAREG:+$PRIVAREG/}${IMAGENAME%*/}/$1"
|
local dockerfile image="${PRIVAREG:+$PRIVAREG/}${IMAGENAME%/*}/$1"
|
||||||
if [ -n "$ForceBuild" -o -z "$(dklsimg "$image")" ]; then
|
if [ -n "$ForceBuild" -o -z "$(dklsimg "$image")" ]; then
|
||||||
estep "Construction de $image"
|
estep "Construction de $image"
|
||||||
if [ -f "$PROJDIR/Dockerfile.$1" ]; then dockerfile="$PROJDIR/Dockerfile.$1"
|
if [ -f "$PROJDIR/Dockerfile.$1" ]; then dockerfile="$PROJDIR/Dockerfile.$1"
|
||||||
|
|
Loading…
Reference in New Issue