aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-xds-prepare-upload-folder.sh
blob: 1e729b0210550a7553822da417a3372c0e032145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash

#set -x
set -e

echo -e "\n\n\n"
echo "#########################################"
echo -e "\n\n\n"



# construct upload folder
#mv UPLOAD UPLOAD2 || true
rm -rf UPLOAD/${AGLBRANCH} || true
mkdir -p UPLOAD/${AGLBRANCH}/
export DEST=$(pwd)/UPLOAD/${AGLBRANCH}/

ls -alh

cp  src/gerrit.automotivelinux.org/gerrit/${GERRIT_PROJECT}/*.zip $DEST

ls -alh $DEST

popd