Removing end of line for last line
Signed-off-by: Mohit Sharma <mohit94614@gmail.com>
This commit is contained in:
@@ -40,4 +40,4 @@ else
|
|||||||
cd "${HCSSHIM_SRC}"
|
cd "${HCSSHIM_SRC}"
|
||||||
fi
|
fi
|
||||||
git checkout "refs/tags/${RUNHCS_VERSION}" || git checkout "refs/heads/${RUNHCS_VERSION}" || git checkout "${RUNHCS_VERSION}"
|
git checkout "refs/tags/${RUNHCS_VERSION}" || git checkout "refs/heads/${RUNHCS_VERSION}" || git checkout "${RUNHCS_VERSION}"
|
||||||
GO111MODULE=on go build -mod=vendor -o "${DESTDIR}/containerd-shim-runhcs-v1.exe" ./cmd/containerd-shim-runhcs-v1
|
GO111MODULE=on go build -mod=vendor -o "${DESTDIR}/containerd-shim-runhcs-v1.exe" ./cmd/containerd-shim-runhcs-v1
|
||||||
|
|||||||
Reference in New Issue
Block a user