Skip to content

Commit e6a23fe

Browse files
henrywangcgwalters
authored andcommitted
ci: Fix RPM version
Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
1 parent a7e32db commit e6a23fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN --mount=type=cache,target=/src/target --mount=type=cache,target=/var/roothom
4545

4646
FROM buildroot as build
4747
# Build RPM directly from source, using cached target directory
48-
RUN --mount=type=cache,target=/src/target --mount=type=cache,target=/var/roothome --network=none RPM_VERSION=${pkgversion} /src/contrib/packaging/build-rpm
48+
RUN --mount=type=cache,target=/src/target --mount=type=cache,target=/var/roothome --network=none RPM_VERSION="${pkgversion}" /src/contrib/packaging/build-rpm
4949

5050
# This "build" includes our unit tests
5151
FROM build as units

0 commit comments

Comments
 (0)