7 lines
182 B
Bash
7 lines
182 B
Bash
|
# -*- 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
|