Skip to content
Snippets Groups Projects
Commit 91ea54d7 authored by Guillaume Communie's avatar Guillaume Communie
Browse files

[CI] typo

parent 78a25950
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ deploy_daily:
- dpkg -x ${PKG_NAME} .
- DEB_PREFIX="mantid_ill_"
- rm ${DEB_PREFIX}5.deb
- for i in {4..0}; do mv ${DEB_PREFIX}$i.deb ${DEB_PREFIX}$(($i+1)).deb"; done
- for i in {4..0}; do mv ${DEB_PREFIX}$i.deb ${DEB_PREFIX}$(($i+1)).deb; done
- mv ${PKG_NAME} ${DEB_PREFIX}0.deb
deploy_nightly:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment