Skip to content

Commit

Permalink
update minio endpoint (#132)
Browse files Browse the repository at this point in the history
* Update pull_request.yml

* Update pull_request.yml

* Update pull_request.yml

* Update pull_request.yml
  • Loading branch information
Shinji-IkariG authored Apr 15, 2024
1 parent f8e1f52 commit 47f5525
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ on:
defaults:
run:
shell: bash


env:
NIGHTLY_URL: ${{ vars.MINIO_ENDPOINT }}/nightly-build/nebula-graph

jobs:
lint:
name: lint
Expand All @@ -28,7 +31,7 @@ jobs:
build:
name: build
needs: lint
runs-on:
runs-on:
- self-hosted
- nebula-fast
strategy:
Expand All @@ -43,8 +46,6 @@ jobs:
exclude:
- os: centos7
compiler: clang-9
env:
NIGHTLY_URL: "https://minio.vesoft-inc.com/nightly-build/nebula-graph"
container:
image: vesoft/nebula-dev:${{ matrix.os }}
volumes:
Expand Down Expand Up @@ -185,7 +186,9 @@ jobs:
build_ssl:
name: build ssl
needs: lint
runs-on: ubuntu-20.04
runs-on:
- self-hosted
- nebula-fast
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -310,7 +313,9 @@ jobs:
build_ssl_ca:
name: build ssl self signed
needs: lint
runs-on: ubuntu-20.04
runs-on:
- self-hosted
- nebula-fast
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 47f5525

Please sign in to comment.