ajout exemple .dkbuild.env
This commit is contained in:
parent
c9e8110ece
commit
9e1351529a
|
@ -0,0 +1,6 @@
|
|||
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
||||
if profile prod test; then
|
||||
setenv REGISTRY=docker.univ-reunion.fr
|
||||
else
|
||||
setenv REGISTRY=docker.self
|
||||
fi
|
Loading…
Reference in New Issue