Skip to content

Commit

Permalink
small release script improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Klimov <[email protected]>
  • Loading branch information
Slach committed Jul 6, 2020
1 parent 01ca740 commit 56588df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ if [[ $# -lt 1 ]]; then
echo "release.sh [major|minor|patch]"
exit 1
fi
echo 1 > /proc/sys/vm/drop_caches
if [[ $OSTYPE == *linux* ]]; then
echo 1 > /proc/sys/vm/drop_caches
fi
source .release_env
git config core.eol lf
git config core.autocrlf input
Expand Down

0 comments on commit 56588df

Please sign in to comment.