#!/usr/bin/env bash if [[ -n "$CI_COMMIT_TAG" ]]; then ns="geosphere"; else ns="geosphere-test"; fi echo $ns