Skip to content
Snippets Groups Projects
Unverified Commit bc1d034f authored by Luis Paolini's avatar Luis Paolini Committed by GitHub
Browse files

Update latest OSS on downloads.metabase.com (#14737)

parent af69cfd0
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,7 @@
(defn- validate-uberjar []
(u/step "Validate uberjar(s) on downloads.metabase.com"
(doseq [url [(c/artifact-download-url "metabase.jar")
(when (and (= (c/edition) :ee)
(c/latest-version?))
(when (c/latest-version?)
(c/artifact-download-url "latest" "metabase.jar"))]
:when url]
(u/step (format "Validate %s" url)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment