diff --git a/.ci/deploy.sh b/.ci/deploy.sh index 34194af99a3d7aae4a71b208939ea5e2cc1704aa..74378708059f424c121f2fa4cca4fa55b510a7b7 100644 --- a/.ci/deploy.sh +++ b/.ci/deploy.sh @@ -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