Some checks failed
code.softwareshinobi.com - yankee/yankee-downloader-desktop/pipeline/head There was a failure building this commit
27 lines
382 B
Bash
27 lines
382 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
echo "##"
|
|
echo "## launch > yankee > download consumer code"
|
|
echo "##"
|
|
|
|
cd /
|
|
|
|
rm -rf /yankee-consumer
|
|
|
|
rm -rf /yankee-gnome-fire-consumer
|
|
|
|
git clone https://code.softwareshinobi.com/yankee/yankee-gnome-fire-consumer.git
|
|
|
|
chmod 777 yankee-gnome-fire-consumer -R
|
|
|
|
mv yankee-gnome-fire-consumer yankee-consumer
|
|
|
|
cd yankee-consumer
|
|
|
|
chmod +x *.bash
|
|
|
|
ls -lha
|