Skip to content
Snippets Groups Projects
get_namespace.sh 119 B
Newer Older
#!/usr/bin/env bash

if [[ -n "$CI_COMMIT_TAG" ]]; then
    ns="geosphere";
else
    ns="geosphere-test";
fi

echo $ns