EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit fe65ef98 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

fix: reflect cli change in run script

parent bbfae98a
No related branches found
No related tags found
No related merge requests found
Pipeline #26852 passed
......@@ -5,6 +5,9 @@ replace=""
if test "$REGISTRAR_REPLACE" = true; then
replace="--replace"
fi
if test "$REGISTRAR_REPLACE" = false; then
replace="--no-replace"
fi
debug="--no-debug"
if test "$DEBUG" = true; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment