]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fixed symlinks issue during release creation 2950/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 1 Mar 2017 13:17:07 +0000 (14:17 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 1 Mar 2017 13:17:07 +0000 (14:17 +0100)
scripts/release.sh

index e118b87edd106d41be2a0cbd3916fd8b701730a4..bfb65684c95949b18877dd7c38f0a24d97200ae2 100644 (file)
@@ -12,6 +12,7 @@ mkdir $TMP_FOLDER/$RELEASE_FOLDER
 git clone git@github.com:wallabag/wallabag.git -b $VERSION $TMP_FOLDER/$RELEASE_FOLDER/$VERSION
 cd $TMP_FOLDER/$RELEASE_FOLDER/$VERSION && SYMFONY_ENV=$ENV composer up -n --no-dev
 cd $TMP_FOLDER/$RELEASE_FOLDER/$VERSION && php bin/console wallabag:install --env=$ENV
+cd $TMP_FOLDER/$RELEASE_FOLDER/$VERSION && php bin/console assets:install --env=$ENV --symlink --relative
 cd $TMP_FOLDER/$RELEASE_FOLDER && tar czf wallabag-$VERSION.tar.gz --exclude="var/cache/*" --exclude="var/logs/*" --exclude="var/sessions/*" --exclude=".git" $VERSION
 echo "MD5 checksum of the package for wallabag $VERSION"
 md5 $TMP_FOLDER/$RELEASE_FOLDER/wallabag-$VERSION.tar.gz