Skip to content
Snippets Groups Projects
Commit e07eb1ee authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Prefer bfanodo as name

parent b901a1ab
No related branches found
No related tags found
No related merge requests found
...@@ -12,13 +12,13 @@ if [ "$1" = "test" ] ...@@ -12,13 +12,13 @@ if [ "$1" = "test" ]
then then
tag="test" tag="test"
class="test" class="test"
name="bfaarnodotest" name="bfanodotest"
netdir="test2network" netdir="test2network"
elif [ "$1" = "latest" ] elif [ "$1" = "latest" ]
then then
tag="latest" tag="latest"
class="prod" class="prod"
name="bfaarnodo" name="bfanodo"
netdir="network" netdir="network"
else else
echo Argument 1 must be either latest or test. >&2 echo Argument 1 must be either latest or test. >&2
......
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