Skip to content
Snippets Groups Projects
Commit 209a062a authored by Enrique's avatar Enrique
Browse files

typo in the if condition in the gitlab-ci script

parent dee18390
No related branches found
No related tags found
No related merge requests found
Pipeline #78653 failed
...@@ -28,7 +28,7 @@ deploy_zenodo: ...@@ -28,7 +28,7 @@ deploy_zenodo:
- mkdir -p build - mkdir -p build
- > - >
fi [ -z "$LAST_RELEASE" ] if [ -z "$LAST_RELEASE" ]
then then
echo "No tag / new release found ! - Or error when parsing. Downloading last commit to the repository (master branch) ;" echo "No tag / new release found ! - Or error when parsing. Downloading last commit to the repository (master branch) ;"
wget -O $REPOSITORY_NAME-master.zip https://gitlab.in2p3.fr/escape2020/escape/"$REPOSITORY_NAME"/-/archive/master/"$REPOSITORY_NAME"-master.zip wget -O $REPOSITORY_NAME-master.zip https://gitlab.in2p3.fr/escape2020/escape/"$REPOSITORY_NAME"/-/archive/master/"$REPOSITORY_NAME"-master.zip
......
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