Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Switch to Circle build #
Browse files Browse the repository at this point in the history
  • Loading branch information
choliver committed Jan 4, 2017
1 parent b50c826 commit 4f8fa98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
plugins {
id "com.palantir.git-version" version "0.5.2"
id "com.palantir.docker" version "0.9.1"
}

version gitVersion()
version (System.env.CIRCLE_BUILD_NUM ?: "unknown")

docker {
name "${System.env.QUARTIC_DOCKER_REPOSITORY}/${project.name}:${version}"
Expand Down

0 comments on commit 4f8fa98

Please sign in to comment.