fixed typo

This commit is contained in:
Timo Bejan 2021-08-02 16:13:31 +03:00
parent 33978f021a
commit ad328fde32

View File

@ -5,7 +5,7 @@ set -e
imageName="nexus.iqser.com:5001/red/$PROJECT"
dockerfileLocation="docker/$PROJECT/Dockerfile"
mv ../common-ui ./lib/
mv ../common-ui ./libs/
echo "On branch $bamboo_planRepository_branchName building project $PROJECT"
# shellcheck disable=SC2154