dkbuild: support profil jclain

This commit is contained in:
Jephté Clain 2023-08-07 11:42:03 +04:00
parent ae20e49440
commit c0b130fd29
2 changed files with 4 additions and 1 deletions

View File

@ -912,6 +912,7 @@ SHARED_ARGS2=(
-P,--prod PROFILE=prod
-T,--test PROFILE=test
-E,--dtest PROFILE=dtest
-J,--jclain PROFILE=jclain
--devel PROFILE=devel
-e:,--env: '$TMPENVIRON+=("$value_")'

View File

@ -1,5 +1,7 @@
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
if profile prod test; then
if profile jclain; then
setenv REGISTRY=docker.jclain.fr
elif profile prod test; then
setenv REGISTRY=docker.univ-reunion.fr
else
setenv REGISTRY=docker.self