checkout shared first
This commit is contained in:
parent
a79297feae
commit
92021bfa0e
@ -78,6 +78,7 @@ public class PlanSpec {
|
||||
// Build
|
||||
new ScriptTask().description("Build")
|
||||
.location(ScriptTaskProperties.Location.FILE)
|
||||
.workingSubdirectory("redaction-ui")
|
||||
.fileFromPath("redaction-ui/bamboo-specs/src/main/resources/scripts/build.sh")
|
||||
.environmentVariables(
|
||||
"PROJECT=\"" + project + "\" " +
|
||||
|
||||
@ -3,9 +3,9 @@ set -e
|
||||
|
||||
|
||||
imageName="nexus.iqser.com:5001/red/$PROJECT"
|
||||
dockerfileLocation="redaction-ui/docker/$PROJECT/Dockerfile"
|
||||
dockerfileLocation="docker/$PROJECT/Dockerfile"
|
||||
|
||||
mv common-ui redaction-ui/lib/
|
||||
mv ../common-ui ./lib/
|
||||
|
||||
echo "On branch $bamboo_planRepository_branchName building project $PROJECT"
|
||||
# shellcheck disable=SC2154
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user