Skip to content

Commit

Permalink
Skip deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
konifar committed Feb 5, 2018
1 parent 97afc7c commit e8ff16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
./gradlew :app:uploadDeployGateRelease
elif [[ "${CIRCLE_TAG}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "Deploy to Google Play"
./gradlew clean assembleRelease publishApkRelease
# ./gradlew clean assembleRelease publishApkRelease
fi
- store_artifacts:
path: app/build/reports
Expand Down

0 comments on commit e8ff16a

Please sign in to comment.