Skip to content

Commit

Permalink
Fixed build nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
gruggiero committed Aug 9, 2018
1 parent 91587d1 commit 31ec7b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ ingestion_manager/conf/
storage_manager_core
storage_manager/playApi/conf/production.conf
storage_manager/core/opendata
*/.ensime_cache/
*/.ensime
2 changes: 1 addition & 1 deletion storage_manager/project/Docker.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Docker {
val base: String = "anapsix/alpine-java:8_jdk_unlimited"

val repository: Option[String] = Versions.choose(
whenSnapshot = Some { "nexus.daf.teamdigitale.it" },
whenSnapshot = Some { "nexus.daf.teamdigitale.test" },
whenRelease = Some { "nexus.daf.teamdigitale.it" }
)

Expand Down

0 comments on commit 31ec7b2

Please sign in to comment.