Skip to content
Snippets Groups Projects
Commit 011519a6 authored by Tarun Khandelwal's avatar Tarun Khandelwal
Browse files

try with env for both the things.

parent 2bd91aed
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -17,7 +17,7 @@ ARG GL_COMMON_RENOVATE_MISE_VERSION
 
ENV DEBIAN_FRONTEND=noninteractive
ENV MISE_INSTALL_PATH=/bin/mise
ENV MISE_VERSION=v${GL_COMMON_RENOVATE_MISE_VERSION}
ENV ASDF_DIR=/asdf
 
# Install post-upgrade script
Loading
Loading
@@ -50,7 +50,7 @@ RUN apt-get update \
&& git clone https://github.com/asdf-vm/asdf.git "${ASDF_DIR}" \
 
# Install mise
&& curl -sSL -O ${MISE_INSTALL_PATH} https://github.com/jdx/mise/releases/download/v${GL_COMMON_RENOVATE_MISE_VERSION}/mise-v${GL_COMMON_RENOVATE_MISE_VERSION}-linux-x64 && chmod 755 ${MISE_INSTALL_PATH} \
&& curl -sSL -O ${MISE_INSTALL_PATH} https://github.com/jdx/mise/releases/download/${MISE_VERSION}/mise-${MISE_VERSION}-linux-x64 && chmod 755 ${MISE_INSTALL_PATH} \
 
# Try install renovate with a retry
&& npm install -g renovate || npm install -g renovate \
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment