diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-08-20 22:37:36 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-08-20 22:37:36 +0200 |
commit | 11eba128ad953624fde3b346e5d2a3cfb65ac591 (patch) | |
tree | 960e6fdde48c266a9f824b67759cdcb6756f73a9 /jjb/release-jjb-icefish-sources/include-release-jjb-release-sources-rsync.sh | |
parent | 8abcae21d30008da8f72b195f60a21019767e51a (diff) |
Do pull down latest repo from repo-1 branch.
Change-Id: If37428645e3fc951fbd8be17cc717ed66bcd9478
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/release-jjb-icefish-sources/include-release-jjb-release-sources-rsync.sh')
-rw-r--r-- | jjb/release-jjb-icefish-sources/include-release-jjb-release-sources-rsync.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/release-jjb-icefish-sources/include-release-jjb-release-sources-rsync.sh b/jjb/release-jjb-icefish-sources/include-release-jjb-release-sources-rsync.sh index ceac3acd..64d27b2b 100644 --- a/jjb/release-jjb-icefish-sources/include-release-jjb-release-sources-rsync.sh +++ b/jjb/release-jjb-icefish-sources/include-release-jjb-release-sources-rsync.sh @@ -3,6 +3,12 @@ #set -x set -e + +mkdir -p ~/bin +curl https://storage.googleapis.com/git-repo-downloads/repo-1 > ~/bin/repo +chmod a+x ~/bin/repo +export PATH=$PATH:~/bin/ + # construct upload folder |