We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf718d3 commit e8c3d14Copy full SHA for e8c3d14
.gitlab-ci.yml
@@ -7,8 +7,6 @@ workflow:
7
8
default:
9
interruptible: true
10
- before_script:
11
- - git remote add upstream https://github.com/MatrixAI/TypeScript-Demo-Lib-Native.git
12
13
variables:
14
GIT_SUBMODULE_STRATEGY: recursive
@@ -99,6 +97,9 @@ build:merge:
99
97
# Don't interrupt pr creation job
100
98
interruptible: false
101
allow_failure: true
+ before_script:
+ # Required for `gh pr create`
102
+ - git remote add upstream https://github.com/MatrixAI/TypeScript-Demo-Lib-Native.git
103
script:
104
- >
105
nix-shell -I nixpkgs=./pkgs.nix --packages git gitAndTools.gh --run '
0 commit comments