dda-devops-build/infrastructure/backup/bb.edn

9 lines
326 B
Clojure
Raw Normal View History

2024-03-06 16:57:11 +00:00
{:deps {dda/dda-devops-build {:local/root "../../."}}
:tasks
{:requires ([dda.devops-build.image :as image])
image-build (image/dbuild {:name "dda-backup"
:project-root-path "../.."
:build-dir-name "target"
:version "4.11.8-dev"})}}