Skip to content

Commit

Permalink
chore: Update push apk from proper account (anitab-org#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
annabauza authored May 30, 2020
1 parent 73740c3 commit 6704824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-apks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if [ "$TRAVIS_BRANCH" == "develop" ]; then
git branch -m apk

# Pushing the apk branch to the anitab-org repository
git push https://m-murad:$GITHUB_API_KEY@github.com/anitab-org/mentorship-android apk -fq> /dev/null
git push https://anitab-org:$GITHUB_API_KEY@github.com/anitab-org/mentorship-android apk -fq> /dev/null
if [ $? -eq 0 ]; then
echo "Apk push successful."
else
Expand Down

0 comments on commit 6704824

Please sign in to comment.