Permalink
Browse files
Deployed the release tree for 0.2.alpha1.
- Loading branch information...
Showing
with
1 addition
and
3 deletions.
-
+1
−3
scripts/release.sh
|
|
@@ -438,9 +438,7 @@ deploy-doc() { |
|
|
local release_root_dir="$deploy_repo/release"
|
|
|
local release_dir="$release_root_dir/$OIL_VERSION"
|
|
|
|
|
|
# --dereference because test/spec has css symlinks that should be files.
|
|
|
# rsync should just transfer raw files.
|
|
|
cp -v -r --force --dereference --no-target-directory \
|
|
|
cp -v -r --force --no-target-directory \
|
|
|
_release/VERSION/ $release_dir/
|
|
|
|
|
|
# Generate release index.
|
|
|
|
0 comments on commit
4080735