Skip to content

Commit

Permalink
Testing deployment to curseforge. Attempt 4 #build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxanier committed Jul 22, 2015
1 parent a6c212e commit d0cef60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gradle/deploy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ curse {

if(project.hasProperty("curseforge_key")) {
apiKey = project.curseforge_key
} else if(System.getenv().TRAVIS) {
} else if(System.getenv().CI) {
apiKey = System.getenv().CURSEFORGE_KEY_SECRET
}
else{
apiKey = ''
}
addGameVersion config.minecraft_version
additionalArtifact devJar
}

0 comments on commit d0cef60

Please sign in to comment.