refactor(gb-infra): Rename CI/CD workflow to GBCI and adjust branch configurations; add temporary SSL verification disable step
Some checks failed
GBCI / build (push) Failing after 4s
Some checks failed
GBCI / build (push) Failing after 4s
This commit is contained in:
parent
18b6992f24
commit
fb1fb52f5a
1 changed files with 7 additions and 4 deletions
|
@ -1,16 +1,19 @@
|
|||
name: gbserver Rust CI/CD
|
||||
name: GBCI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
build:
|
||||
runs-on: gbo
|
||||
|
||||
steps:
|
||||
- name: Disable SSL verification (temporary)
|
||||
run: git config --global http.sslVerify false
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust
|
||||
|
|
Loading…
Add table
Reference in a new issue