Skip to content

Commit

Permalink
Merge pull request #123 from gisaia/chore/send_message
Browse files Browse the repository at this point in the history
Fix message text + remove unused pip vars
  • Loading branch information
MohamedHamouGisaia authored Jan 31, 2025
2 parents bffce5a + 20b2e28 commit 8b56441
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ if [ "$RELEASE" == "YES" -a "$SKIP_API" == "NO" ]; then
export npmlogin=`npm whoami`
if [ -z "$npmlogin" ] ; then echo "Your are not logged on to npm"; exit -1; else echo "logged as "$npmlogin ; fi
if [ -z "$GITHUB_CHANGELOG_TOKEN" ] ; then echo "Please set GITHUB_CHANGELOG_TOKEN environment variable"; exit -1; fi
if [ -z "$PIP_LOGIN" ] ; then echo "Please set PIP_LOGIN environment variable"; exit -1; fi
if [ -z "$PIP_PASSWORD" ] ; then echo "Please set PIP_PASSWORD environment variable"; exit -1; fi
fi


Expand Down Expand Up @@ -320,6 +318,6 @@ if [ "$RELEASE" == "YES" ]; then
git add openapi/openapi.yaml
git commit -a -m "development version ${ARLAS_DEV_VERSION}-SNAPSHOT"
git push origin develop
send_chat_message "Release of arlas_cli, version ${ARLAS_persistence_VERSION}"
send_chat_message "Release of ARLAS-persistence, version ${ARLAS_persistence_VERSION}"
send_chat_message "${RELEASE_COMMAND_LINE}"
else echo "=> Skip git push develop"; fi

0 comments on commit 8b56441

Please sign in to comment.