Skip to content

Commit

Permalink
[skip ci] testing
Browse files Browse the repository at this point in the history
  • Loading branch information
arsci committed Apr 22, 2024
1 parent c23b805 commit a7ddc8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dockerfile used in execution of Github Action
FROM gruntwork/terragrunt:0.1.0
FROM arsci/tg:v0.1
LABEL maintainer "Gruntwork <info@gruntwork.io>"

COPY ["./src/main.sh", "/action/main.sh"]
Expand Down
4 changes: 0 additions & 4 deletions src/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,6 @@ function main {

install_terragrunt "${tg_version}"

pwd
mise -v
echo $PATH

# add auto approve for apply and destroy commands
local tg_arg_and_commands="${tg_command}"
if [[ -n "${tofu_version}" ]]; then
Expand Down
8 changes: 4 additions & 4 deletions terragrunt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ RUN mkdir -p "${HOME}/mise" \
&& wget -q "https://github.com/jdx/mise/releases/download/${MISE_VERSION_INSTALL}/mise-${MISE_VERSION_INSTALL}-linux-x64" -O "/${HOME}/mise/mise" \
&& chmod u+x "${HOME}/mise/mise"

ENV MISE_CONFIG_DIR=~/.config/mise
ENV MISE_STATE_DIR=~/.local/state/mise
ENV MISE_DATA_DIR=~/.local/share/mise
ENV MISE_CACHE_DIR=~/.cache/mise
ENV MISE_CONFIG_DIR=${HOME}/.config/mise
ENV MISE_STATE_DIR=${HOME}/.local/state/mise
ENV MISE_DATA_DIR=${HOME}/.local/share/mise
ENV MISE_CACHE_DIR=${HOME}/.cache/mise
ENV ASDF_HASHICORP_TERRAFORM_VERSION_FILE=.terraform-version

# Running action as runner user
Expand Down

0 comments on commit a7ddc8f

Please sign in to comment.