artifacts

This commit is contained in:
Timo Bejan 2021-08-02 17:37:20 +03:00
parent f156ee43e3
commit da5197f101

View File

@ -110,7 +110,7 @@ public class PlanSpec {
.sourcePlan(new PlanIdentifier("RED", "UI"))
.artifacts(new DownloadItem().artifact("version")),
// read version from artifact
new InjectVariablesTask().path("version.properties"),
new InjectVariablesTask().path("redaction-ui/version.properties"),
new ScriptTask().description("checkout tag").inlineBody("git checkout tags/${bamboo.inject.APP_VERSION}"),