Skip to content

Commit 6641bb4

Browse files
committed
Add github token to push changes back to github
1 parent 2ac1ff2 commit 6641bb4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
</distributionManagement>
249249
<scm>
250250
<connection>scm:git:https://${GITHUB_TOKEN}@github.com/graphql-java-kickstart/graphql-java-tools.git</connection>
251-
<developerConnection>scm:git:git@github.com:graphql-java-kickstart/graphql-java-tools.git</developerConnection>
251+
<developerConnection>scm:git:https://${GITHUB_TOKEN}@github.com/graphql-java-kickstart/graphql-java-tools.git</developerConnection>
252252
<url>https://github.com/graphql-java-kickstart/graphql-java-tools</url>
253253
<tag>HEAD</tag>
254254
</scm>

travis-build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,4 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ] &
2424
saveMavenSettings
2525
git checkout -f ${TRAVIS_BRANCH}
2626
mvn release:clean release:prepare release:perform -B -e -Pbintray
27-
else
28-
echo "Building and verifying"
29-
mvn -B verify
3027
fi

0 commit comments

Comments
 (0)