Skip to content

Commit 4b8393a

Browse files
committed
WIP
1 parent d99aad6 commit 4b8393a

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

.gitlab-ci.yml

-41
Original file line numberDiff line numberDiff 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-
495454
release:deployment:
496455
stage: release
497456
needs:

0 commit comments

Comments
 (0)