forked from github/server
upgrade to latest stoarge library with bugfixes
This commit is contained in:
parent
7b47f5fa78
commit
4081480e4a
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ exit $2 # otherwise
|
|||
function build() {
|
||||
assert_dir $SOURCE
|
||||
cd $SOURCE
|
||||
[ -z $1 ] || git checkout $1
|
||||
[ -z $1 ] || ( git checkout $1 && git submodule update )
|
||||
git pull || abort "failed to update source. do you have local changes?"
|
||||
s/build || abort "build failed."
|
||||
}
|
||||
|
|
2
storage
2
storage
|
@ -1 +1 @@
|
|||
Subproject commit 5f0b7095d42209762c9eac73c866c614018b440d
|
||||
Subproject commit 746d96d405ddebcf6c882d5b198fd96df82abe11
|
Loading…
Reference in a new issue