Skip to content

Commit b1c5650

Browse files
committed
DNM: test bugfix
1 parent 1061b8b commit b1c5650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV GO111MODULE=on
1313

1414
# Build dependencies
1515
RUN mkdir -p /go/src/github.com/ && \
16-
git clone -b stackhpc https://github.com/stackhpc/redfish_exporter /go/src/github.com/stackhpc/redfish_exporter && \
16+
git clone -b bugfix/storage-volume https://github.com/stackhpc/redfish_exporter /go/src/github.com/stackhpc/redfish_exporter && \
1717
cd /go/src/github.com/stackhpc/redfish_exporter && \
1818
make build
1919

0 commit comments

Comments
 (0)