Skip to content

Commit fb1fb52

Browse files
refactor(gb-infra): Rename CI/CD workflow to GBCI and adjust branch configurations; add temporary SSL verification disable step
1 parent 18b6992 commit fb1fb52

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.forgejo/workflows/node.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
name: gbserver Rust CI/CD
1+
name: GBCI
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: [ "main" ]
66
pull_request:
7-
branches: ["main"]
7+
branches: [ "main" ]
88

99
jobs:
10-
build-and-deploy:
10+
build:
1111
runs-on: gbo
1212

1313
steps:
14+
- name: Disable SSL verification (temporary)
15+
run: git config --global http.sslVerify false
16+
1417
- uses: actions/checkout@v4
1518

1619
- name: Install Rust

0 commit comments

Comments
 (0)