We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1061b8b commit b1c5650Copy full SHA for b1c5650
Dockerfile
@@ -13,7 +13,7 @@ ENV GO111MODULE=on
13
14
# Build dependencies
15
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 && \
+ git clone -b bugfix/storage-volume https://github.com/stackhpc/redfish_exporter /go/src/github.com/stackhpc/redfish_exporter && \
17
cd /go/src/github.com/stackhpc/redfish_exporter && \
18
make build
19
0 commit comments