mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
remove harmonization.sh
This commit is contained in:
parent
e6e62b82f3
commit
3edb723e2f
@ -1,16 +0,0 @@
|
||||
# !/bin/bash
|
||||
|
||||
echo ""
|
||||
echo "Harmonization easyconfig"
|
||||
cd /apps/easybuild
|
||||
cd easyconfigs-it4i
|
||||
echo -n "== easyconfigs-it4i ["
|
||||
git pull --rebase >/dev/null 2>/dev/null && echo "OK]" || echo "FALSE]"
|
||||
echo -n "== easyconfigs-master ["
|
||||
cd ../easyconfigs-master
|
||||
git pull --rebase >/dev/null 2>/dev/null && echo "OK]" || echo "FALSE]"
|
||||
cd ../easyconfigs-develop
|
||||
echo -n "== easyconfigs-develop ["
|
||||
git pull --rebase >/dev/null 2>/dev/null && echo "OK]" || echo "FALSE]"
|
||||
cd ..
|
||||
echo ""
|
Loading…
x
Reference in New Issue
Block a user