Skip to content

Commit

Permalink
test if KUBECONFIG is there
Browse files Browse the repository at this point in the history
  • Loading branch information
jweberst committed Apr 18, 2024
1 parent 652d8dc commit 84bf6f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ FROM alpine:3.19.1

RUN apk add --no-cache bash kubectl

ENV KUBECONFIG $kubeconfig_location

COPY deploy.sh /deploy.sh
2 changes: 2 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ BLUE='\033[0;34m'

echo -e "ACK Deploy Action for Aliyun on GitHub Actions.";

KUBECONFIG=$kubeconfig_location

echo -e $KUBECONFIG

cd ..
Expand Down

0 comments on commit 84bf6f5

Please sign in to comment.