Skip to content

Commit

Permalink
disable check-staging-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitZugmeyer committed Jan 19, 2024
1 parent 9ddd1d7 commit c878318
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -473,18 +473,18 @@ merge-into-staging:
script:
- yarn
- node scripts/staging-ci/merge-into-staging.js

check-staging-merge:
stage: test
extends:
- .base-configuration
- .feature-branches
interruptible: true
before_script:
- eval $(ssh-agent -s)
script:
- yarn
- node scripts/staging-ci/check-staging-merge.js
#
# check-staging-merge:
# stage: test
# extends:
# - .base-configuration
# - .feature-branches
# interruptible: true
# before_script:
# - eval $(ssh-agent -s)
# script:
# - yarn
# - node scripts/staging-ci/check-staging-merge.js

# A noop job that's used to signal to `to-staging` that it can merge to the
# staging branch, even though the pipeline is still running
Expand Down

0 comments on commit c878318

Please sign in to comment.