mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-02 03:57:35 +08:00
[Core] [Plugin] [Impala] Fixed repository url
This commit is contained in:
parent
a60d0dfd0f
commit
d54fe33eb5
8
.github/workflows/bofore_checker.yml
vendored
8
.github/workflows/bofore_checker.yml
vendored
@ -8,14 +8,14 @@ on:
|
||||
|
||||
jobs:
|
||||
before_checker_loading:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- run: echo 'Before checker loading'
|
||||
|
||||
before_checker_style:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- before_checker_loading
|
||||
steps:
|
||||
@ -30,7 +30,7 @@ jobs:
|
||||
- run: ./mvnw clean install checkstyle:checkstyle -Dfindbugs.skip -Dgpg.skip -Dskip.yarn -DskipTests=true -q -U
|
||||
|
||||
before_checker_bugs:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- before_checker_loading
|
||||
steps:
|
||||
@ -45,7 +45,7 @@ jobs:
|
||||
- run: ./mvnw clean install findbugs:findbugs -Dcheckstyle.skip -Dgpg.skip -Dskip.yarn -DskipTests=true -q
|
||||
|
||||
before_checker_package:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- before_checker_loading
|
||||
- before_checker_style
|
||||
|
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -11,7 +11,7 @@ on:
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
|
6
.github/workflows/publish-docker.yml
vendored
6
.github/workflows/publish-docker.yml
vendored
@ -12,7 +12,7 @@ env:
|
||||
|
||||
jobs:
|
||||
before-compile:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
outputs:
|
||||
APP_VERSION: ${{ steps.apply_version.outputs.APP_VERSION }}
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
restore-keys: ${{ runner.os }}-build-${{ env.cache-name }}
|
||||
|
||||
publish-github-ghcr:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- before-compile
|
||||
steps:
|
||||
@ -88,7 +88,7 @@ jobs:
|
||||
${{ env.GITHUB_REGISTRY }}/${{ env.APP_GITHUB_GROUP }}/${{ env.APP_NAME }}:latest
|
||||
|
||||
publish-docker-hub:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- before-compile
|
||||
steps:
|
||||
|
8
.github/workflows/publish-maven-snapshot.yml
vendored
8
.github/workflows/publish-maven-snapshot.yml
vendored
@ -1,15 +1,11 @@
|
||||
name: Publish via Maven Central for SNAPSHOT version
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- closed
|
||||
branches:
|
||||
- dev
|
||||
push
|
||||
|
||||
jobs:
|
||||
publish-maven-central:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@v4
|
||||
|
2
.github/workflows/publish-maven.yml
vendored
2
.github/workflows/publish-maven.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
publish-maven-central:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@v4
|
||||
|
@ -63,7 +63,7 @@
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>cloudera</id>
|
||||
<url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
|
||||
<url>https://repository.cloudera.com/repository/cloudera-repos/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</project>
|
Loading…
Reference in New Issue
Block a user