Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Ensure ARG is defined
· 65269049
Joerg Jaspert
authored
Apr 08, 2018
65269049
Merge branch 'master' into deploy
· 4d5e8190
Joerg Jaspert
authored
Apr 08, 2018
* master: Ensure ARG is defined
4d5e8190
Show whitespace changes
Inline
Side-by-side
config/common/variables
View file @
4d5e8190
...
...
@@ -43,7 +43,7 @@ declare -r LOCK_STOP="${lockdir}/archive.stop"
# By default, add no timestamps to stage logs
TIMESTAMP
=
false
if
[[
${
ARG
}
!=
deploy
]]
;
then
if
[[
${
ARG
:-
none
}
!=
deploy
]]
;
then
declare
-r
archs
=
$(
dak admin a list |
tr
'\n'
' '
)
# Set the database variables
...
...