Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed May 23, 2022
1 parent d99aad6 commit 4b8393a
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,47 +451,6 @@ integration:prerelease:
# Dependencies must not run on the version commit
- if: $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+-.*[0-9]+$/

# integration:merge:
# stage: integration
# needs:
# - job: integration:nix
# optional: true
# - job: integration:docker
# optional: true
# - job: integration:linux
# optional: true
# - job: integration:windows
# optional: true
# - job: integration:macos
# optional: true
# script:
# - echo 'use github commit status to signal master to allow merge'
# - >
# nix-shell -I nixpkgs=./pkgs.nix --packages git gitAndTools.gh --run '
# if [ gh pr view staging --repo MatrixAI/TypeScript-Demo-Lib-Native >/dev/null 2>/dev/null ]; then
# gh pr merge staging \
# --auto \
# --repo MatrixAI/TypeScript-Demo-Lib-Native;
# else
# gh pr create \
# --head staging \
# --base master \
# --title 'Merge staging to master' \
# --fill \
# --assignee '@me' \
# --no-maintainer-edit \
# --repo MatrixAI/TypeScript-Demo-Lib-Native;
# gh pr merge staging \
# --auto \
# --repo MatrixAI/TypeScript-Demo-Lib-Native;
# fi;
# '
# rules:
# # Runs on staging commits and ignores version commits
# - if: $CI_COMMIT_BRANCH == 'staging' && $CI_COMMIT_TITLE !~ /^[0-9]+\.[0-9]+\.[0-9]+(?:-.*[0-9]+)?$/
# # Runs on tag pipeline where the tag is a prerelease or release version
# - if: $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+(?:-.*[0-9]+)?$/

release:deployment:
stage: release
needs:
Expand Down

0 comments on commit 4b8393a

Please sign in to comment.