Skip to content
Snippets Groups Projects
Commit 00f5b396 authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Merge branch '9-fix-build' into 'master'

Resolve "Fix build"

Closes #9

See merge request !7
parents bbf0abd5 b532bf24
No related branches found
No related tags found
1 merge request!7Resolve "Fix build"
Pipeline #6772 passed
......@@ -18,7 +18,6 @@ android:build-debug:
- >
if [ $(git tag -l "${TAG_NAME}") ]; then
echo "Tag ${TAG_NAME} already exists."
exit 1
fi
- flutter clean
- flutter packages get
......@@ -48,7 +47,6 @@ application:release:
- >
if [ $(git tag -l "${TAG_NAME}") ]; then
echo "Tag ${TAG_NAME} already exists."
exit 1
else
git tag -a "${TAG_NAME}" -m "Release ${VERSION_NAME}"
git push origin "${TAG_NAME}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment