Skip to content
Snippets Groups Projects
Commit 07a1ecbf authored by Roy Zwambag's avatar Roy Zwambag
Browse files

update for ruby 3.1

parent d285488f
No related branches found
No related tags found
No related merge requests found
Pipeline #21030158 skipped
Loading
Loading
@@ -24,13 +24,13 @@ gitlab:
stage: sync
extends: .rules
variables:
REPOSITORY: "https://dummy:${RUBY2_SYNC_TOKEN}@gitlab.com/gitlab-org/gitlab.git"
REPOSITORY: "https://dummy:${RUBY3_1_SYNC_TOKEN}@gitlab.com/gitlab-org/gitlab.git"
MERGE_FROM: "master"
MERGE_INTO: "ruby2"
MERGE_INTO: "ruby3_1"
USER_EMAIL: "project278964_bot10@noreply.gitlab.com"
USER_NAME: "project_278964_bot10"
environment:
name: ruby2-sync
name: ruby3_1-sync
before_script:
- git clone --filter=tree:0 "${REPOSITORY}" "${CI_JOB_NAME}"
- cd ${CI_JOB_NAME}
Loading
Loading
@@ -53,4 +53,4 @@ notify:
script:
- echo "NOTIFY_CHANNEL is ${NOTIFY_CHANNEL}"
- echo "CI_PIPELINE_URL is ${CI_PIPELINE_URL}"
- scripts/slack ${NOTIFY_CHANNEL} "☠️ synchronization for ruby2 failed! ☠️ See ${CI_PIPELINE_URL}" "x" "ruby2-sync"
- scripts/slack ${NOTIFY_CHANNEL} "☠️ synchronization for ruby3.1 failed! ☠️ See ${CI_PIPELINE_URL}" "x" "ruby3_1-sync"
See https://gitlab.com/gitlab-org/gitlab/-/issues/340298#note_1041169793
Updated version of https://gitlab.com/gitlab-org/gitlab/-/issues/340298#note_1041169793 for Ruby 3.1
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