Skip to content
Snippets Groups Projects
Commit c457798c authored by Craig Miskell's avatar Craig Miskell
Browse files

Merge branch 'mise-in-renovate' into 'main'

feat: add Mise to the Renovate image

See merge request gitlab-com/gl-infra/common-ci-tasks!582
parents 02d3f50f e5c1cda0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -47,6 +47,9 @@ RUN install-tool golang "${GL_COMMON_RENOVATE_GOLANG_VERSION}"
ENV ASDF_DIR=/asdf
RUN git clone https://github.com/asdf-vm/asdf.git "${ASDF_DIR}"
 
# Install mise
RUN curl https://mise.jdx.dev/mise-latest-linux-x64 > /bin/mise && chmod 755 /bin/mise
# Try install renovate with a retry
RUN npm install -g renovate || npm install -g renovate
 
Loading
Loading
Loading
Loading
@@ -8,3 +8,4 @@ jb --version
go version
yarn -v
ruby --version
mise --version
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