ajout exemple .dkbuild.env

This commit is contained in:
Jephté Clain 2023-01-10 11:09:46 +04:00
parent c9e8110ece
commit 9e1351529a
1 changed files with 6 additions and 0 deletions

View File

@ -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