Skip to content
Snippets Groups Projects
Commit 90563271 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

fix for spacing

parent f2edad60
No related branches found
No related tags found
No related merge requests found
......@@ -24,12 +24,11 @@ do
mkdir $rootDir/public/$BLADE
# determine the folder of the branch
if [[ $CI_COMMIT_REF_NAME == "develop"]]; then
dirName="unstable"
if [[ $CI_COMMIT_REF_NAME == "develop" ]]; then
dirName="latest"
elif [[ $CI_COMMIT_REF_NAME == "master"]]; then
elif [[ $CI_COMMIT_REF_NAME == "master" ]]; then
dirName="stable"
else
dirName="unstable"
fi
# make the local folder
......
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