diff options
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 |