Skip to content
Snippets Groups Projects
Commit acb3ecf4 authored by Ludovic Claude's avatar Ludovic Claude
Browse files

Publish: disable tests

parent ef7dbf7f
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ fi
# Build
echo "Build the project..."
./build.sh
./test.sh
#./tests/test.sh
echo "[ok] Done"
count=$(git status --porcelain | wc -l)
......@@ -91,6 +91,7 @@ updated_version=$(bumpversion --dry-run --list patch | grep current_version | se
# Build again to update the version
echo "Build the project for distribution..."
./build.sh
#./tests/test.sh
git push
git push --tags
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment