Skip to content

Commit

Permalink
[DDS-1871] Created nvm dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Feb 22, 2024
1 parent 6ecefc1 commit 9e85ffe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/awx-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ additional_build_steps:
- ARG LAGOON_CLI_VERSION=v0.15.4
- ARG NVM_INSTALL_VERSION=v0.39.7
- ARG NODE_VERSION=v18.17.0
- ARG NVM_DIR="/runner"
- ARG NVM_DIR="/runner/.nvm"

append_final:
- | # Required dependencies.
Expand Down Expand Up @@ -70,6 +70,7 @@ additional_build_steps:
- RUN chmod +x /tmp/gojq_v0.12.4_linux_amd64/gojq
- RUN mv /tmp/gojq_v0.12.4_linux_amd64/gojq /usr/local/bin
- RUN touch /runner/.bashrc && chmod +x /runner/.bashrc
- RUN mkdir -p /runner/.nvm && chgrp 0 /runner/.nvm && chmod -R ug+rwx /runner/.nvm
- RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/$NVM_INSTALL_VERSION/install.sh | bash
- RUN curl -L "https://get.helm.sh/helm-v3.12.2-linux-amd64.tar.gz" -o /tmp/helm && tar -xvf /tmp/helm -C /tmp && mv /tmp/linux-amd64/helm /usr/local/bin
- RUN chmod +x /usr/local/bin/helm
Expand Down

0 comments on commit 9e85ffe

Please sign in to comment.