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

revert to use the redirection

parent 011519a6
No related branches found
No related tags found
No related merge requests found
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/${MISE_VERSION}/mise-${MISE_VERSION}-linux-x64 && chmod 755 ${MISE_INSTALL_PATH} \
&& curl https://github.com/jdx/mise/releases/download/${MISE_VERSION}/mise-${MISE_VERSION}-linux-x64 > ${MISE_INSTALL_PATH} && 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