mirror of
https://gitlab.com/foxixus/neomovies_mobile.git
synced 2025-10-27 21:58:50 +05:00
Fix
This commit is contained in:
@@ -33,16 +33,13 @@ deploy:release:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
DESCRIPTION=$(cat <<END_DESC
|
||||
NeoMovies Mobile ${VERSION}
|
||||
DESCRIPTION="NeoMovies Mobile ${VERSION}
|
||||
|
||||
Commit: ${CI_COMMIT_SHORT_SHA}
|
||||
Branch: ${CI_COMMIT_BRANCH}
|
||||
Pipeline: [#${CI_PIPELINE_ID}](${CI_PIPELINE_URL})
|
||||
|
||||
APK: \`$(basename $APK_FILE)\`
|
||||
END_DESC
|
||||
)
|
||||
APK: \`$(basename $APK_FILE)\`"
|
||||
|
||||
RELEASE_PAYLOAD=$(cat <<EOF
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user