Skip to content
This repository has been archived by the owner on Aug 8, 2021. It is now read-only.

Commit

Permalink
Allow pull requests to build
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsom committed Jul 28, 2018
1 parent d009968 commit 1d8f9d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then
else
if [ "$TRAVIS_PULL_REQUEST" = false ]; then
if [ "$TRAVIS_BRANCH" = "master" ]; then

openssl aes-256-cbc \
-K $encrypted_e5eaaca705ea_key \
-iv $encrypted_e5eaaca705ea_iv \
-in .appcfg_oauth2_tokens_java.enc \
-out .appcfg_oauth2_tokens_java \
-d

cat .appcfg_oauth2_tokens_java | sed -e "s/rahul/$(whoami)/g" > $HOME/.appcfg_oauth2_tokens_java
./gradlew check
./gradlew appengineUpdateAll
Expand Down

0 comments on commit 1d8f9d9

Please sign in to comment.