File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -451,47 +451,6 @@ integration:prerelease:
451451 # Dependencies must not run on the version commit
452452 - if : $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+-.*[0-9]+$/
453453
454- # integration:merge:
455- # stage: integration
456- # needs:
457- # - job: integration:nix
458- # optional: true
459- # - job: integration:docker
460- # optional: true
461- # - job: integration:linux
462- # optional: true
463- # - job: integration:windows
464- # optional: true
465- # - job: integration:macos
466- # optional: true
467- # script:
468- # - echo 'use github commit status to signal master to allow merge'
469- # - >
470- # nix-shell -I nixpkgs=./pkgs.nix --packages git gitAndTools.gh --run '
471- # if [ gh pr view staging --repo MatrixAI/TypeScript-Demo-Lib-Native >/dev/null 2>/dev/null ]; then
472- # gh pr merge staging \
473- # --auto \
474- # --repo MatrixAI/TypeScript-Demo-Lib-Native;
475- # else
476- # gh pr create \
477- # --head staging \
478- # --base master \
479- # --title 'Merge staging to master' \
480- # --fill \
481- # --assignee '@me' \
482- # --no-maintainer-edit \
483- # --repo MatrixAI/TypeScript-Demo-Lib-Native;
484- # gh pr merge staging \
485- # --auto \
486- # --repo MatrixAI/TypeScript-Demo-Lib-Native;
487- # fi;
488- # '
489- # rules:
490- # # Runs on staging commits and ignores version commits
491- # - if: $CI_COMMIT_BRANCH == 'staging' && $CI_COMMIT_TITLE !~ /^[0-9]+\.[0-9]+\.[0-9]+(?:-.*[0-9]+)?$/
492- # # Runs on tag pipeline where the tag is a prerelease or release version
493- # - if: $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+(?:-.*[0-9]+)?$/
494-
495454release:deployment :
496455 stage : release
497456 needs :
You can’t perform that action at this time.
0 commit comments