mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Revert "Merge branch 'eread/add-ruby-3_2-www_gitlab_com-image' into 'master'"
This commit is contained in:
parent
44f96ad883
commit
5a1ee91e9d
4 changed files with 3 additions and 28 deletions
|
|
@ -20,8 +20,9 @@ function build_debian() {
|
|||
apt-get install -yq --no-install-recommends imagemagick
|
||||
|
||||
# Install node & yarn
|
||||
NODE_INSTALL_VERSION=16.14.2
|
||||
YARN_INSTALL_VERSION=1.22.19
|
||||
/scripts/install-node "$NODE_INSTALL_VERSION $YARN_INSTALL_VERSION" && node --version && yarn --version
|
||||
/scripts/install-node $NODE_INSTALL_VERSION $YARN_INSTALL_VERSION && node --version && yarn --version
|
||||
|
||||
# Install gitlab-runner
|
||||
curl -O -J -L "https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-ci-multi-runner-linux-${TARGETARCH:-amd64}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue