File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV DAPPER_RUN_ARGS --privileged --tmpfs /go/src/github.com/longhorn/longhorn-en
16
16
ENV DAPPER_SOURCE /go/src/github.com/longhorn/longhorn-engine
17
17
18
18
ENV GOLANGCI_LINT_VERSION="v1.60.3"
19
+ ENV LONGHORN_INSTANCE_MANAGER_BRANCH="master"
19
20
20
21
WORKDIR ${DAPPER_SOURCE}
21
22
ENTRYPOINT ["./scripts/entry"]
@@ -94,7 +95,7 @@ RUN cd integration && \
94
95
95
96
# Build longhorn-instance-manager for integration testing
96
97
RUN cd /go/src/github.com/longhorn && \
97
- git clone https://github.com/longhorn/longhorn-instance-manager.git && \
98
+ git clone https://github.com/longhorn/longhorn-instance-manager.git -b ${LONGHORN_INSTANCE_MANAGER_BRANCH} && \
98
99
cd longhorn-instance-manager && \
99
100
go build -o ./longhorn-instance-manager -tags netgo -ldflags "-linkmode external -extldflags -static" && \
100
101
install longhorn-instance-manager /usr/local/bin
You can’t perform that action at this time.
0 commit comments