Skip to content

Commit

Permalink
disable check-staging-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitZugmeyer authored and amortemousque committed Jan 22, 2024
1 parent d67fd48 commit 12e30ab
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 12e30ab

Please sign in to comment.