Skip to content

Commit 659e49b

Browse files
authored
Added simulated hosts to cluster.json (#13)
1 parent 99c3232 commit 659e49b

File tree

3 files changed

+181
-262
lines changed

3 files changed

+181
-262
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ RUN go install github.com/onsi/ginkgo/v2/ginkgo@latest
5555
WORKDIR /root/go/src/github.com/dgruber
5656

5757
ENV SGE_ROOT=/opt/cs-install
58-
ENV LD_LIBRARY_PATH ${SGE_ROOT}/lib/lx-amd64
58+
ENV LD_LIBRARY_PATH=${SGE_ROOT}/lib/lx-amd64
5959

6060
ENTRYPOINT [ "/entrypoint.sh" ]

0 commit comments

Comments
 (0)