Skip to content

Commit

Permalink
Add tests to ensure that helm & kcl can execute
Browse files Browse the repository at this point in the history
  • Loading branch information
MacroPower committed Dec 23, 2024
1 parent 4222415 commit 05c1001
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN curl -Lq https://get.helm.sh/helm-v${HELM_VERSION}-${TARGETOS}-${TARGETARCH}
tar -xzO ${TARGETOS}-${TARGETARCH}/helm > /usr/local/bin/helm && \
chmod +x /usr/local/bin/helm

# RUN helm version
RUN helm version

COPY kcl /usr/local/bin/

Expand All @@ -22,7 +22,7 @@ ENV KCL_LIB_HOME=/tmp \
KCL_CACHE_PATH=/tmp \
KCL_FAST_EVAL=1

# RUN kcl version && \
# echo 'a=1' | kcl run -
RUN kcl version && \
echo 'a=1' | kcl run -

ENTRYPOINT ["kcl"]

0 comments on commit 05c1001

Please sign in to comment.