mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Prospective fix for nightly
We modify the README in the nightly step before, so remove the sanity check. The README is not perfect yet though.
This commit is contained in:
parent
2feac79b24
commit
3ea61fc96b
1 changed files with 0 additions and 10 deletions
|
@ -4,16 +4,6 @@
|
|||
|
||||
cd `dirname $0`/../editors/vscode
|
||||
|
||||
modified_files="README.md package.json"
|
||||
|
||||
git diff --quiet $modified_files
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Aborting, there are local changes to $modified_files . Please commit or undo."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
git checkout $modified_files
|
||||
|
||||
# The version number is a shortend time stamp of the last commit
|
||||
nightly_version=`git log -1 --format=%cd --date="format:%Y.%-m.%-d%H"`
|
||||
last_commit=`git log -1 --format=%H`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue