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

fix the curl command

parent 7ffba3e2
No related branches found
No related tags found
No related merge requests found
Pipeline #24984441 failed
Loading
Loading
@@ -16,8 +16,8 @@ ARG GL_COMMON_RENOVATE_PYTHON_VERSION
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}
ARG MISE_INSTALL_PATH=/bin/mise
ARG MISE_VERSION=v${GL_COMMON_RENOVATE_MISE_VERSION}
ENV ASDF_DIR=/asdf
 
# Install post-upgrade script
Loading
Loading
@@ -50,8 +50,7 @@ RUN apt-get update \
&& git clone https://github.com/asdf-vm/asdf.git "${ASDF_DIR}" \
 
# Install mise
&& curl https://github.com/jdx/mise/releases/download/${MISE_VERSION}/mise-${MISE_VERSION}-linux-x64 > ${MISE_INSTALL_PATH} && 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