File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ WORKDIR /build
1212# the existing .m2 directory to $FEAST_REPO_ROOT/.m2
1313#
1414ENV MAVEN_OPTS="-Dmaven.repo.local=/build/.m2/repository -DdependencyLocationsEnabled=false"
15- RUN mvn --also-make --projects core,ingestion \
15+ RUN mvn --also-make --projects core,ingestion -Drevision=$REVISION \
1616 -DskipTests=true --batch-mode package
1717#
1818# Unpack the jar and copy the files into production Docker image
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ WORKDIR /build
1212# the existing .m2 directory to $FEAST_REPO_ROOT/.m2
1313#
1414ENV MAVEN_OPTS="-Dmaven.repo.local=/build/.m2/repository -DdependencyLocationsEnabled=false"
15- RUN mvn --also-make --projects serving \
15+ RUN mvn --also-make --projects serving -Drevision=$REVISION \
1616 -DskipTests=true --batch-mode package
1717
1818# ============================================================
You can’t perform that action at this time.
0 commit comments