Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ on:

jobs:
build:
uses: powsybl/github-ci/.github/workflows/build-backend-app-generic.yml@8e3547c7f6d98c23095896b6097294f22100b122
uses: powsybl/github-ci/.github/workflows/build-backend-app-generic.yml@39565de6fd7d394ed76fa09e5197ffb1350ff1e6
with:
sonarOrganization: powsybl-ci-github
sonarProjectKey: com.powsybl:powsybl-network-conversion-server
dockerImage: docker.io/powsybl/network-conversion-server
dockerUsername: powsyblci
eventOrganizations: gridsuite
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ on:

jobs:
run-patch:
uses: powsybl/github-ci/.github/workflows/patch-backend-app-generic.yml@8e3547c7f6d98c23095896b6097294f22100b122
uses: powsybl/github-ci/.github/workflows/patch-backend-app-generic.yml@39565de6fd7d394ed76fa09e5197ffb1350ff1e6
with:
githubappId: ${{ vars.POWSYBL_ACTIONS_APPID }}
sonarOrganization: powsybl-ci-github
sonarProjectKey: com.powsybl:powsybl-network-conversion-server
dockerImage: docker.io/powsybl/network-conversion-server
dockerUsername: powsyblci
releaseVersion: ${{ github.event.inputs.releaseVersion }}
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ on:

jobs:
run-release:
uses: powsybl/github-ci/.github/workflows/release-backend-app-generic.yml@8e3547c7f6d98c23095896b6097294f22100b122
uses: powsybl/github-ci/.github/workflows/release-backend-app-generic.yml@39565de6fd7d394ed76fa09e5197ffb1350ff1e6
with:
githubappId: ${{ vars.POWSYBL_ACTIONS_APPID }}
sonarOrganization: powsybl-ci-github
sonarProjectKey: com.powsybl:powsybl-network-conversion-server
dockerImage: docker.io/powsybl/network-conversion-server
dockerUsername: powsyblci
releaseVersion: ${{ github.event.inputs.releaseVersion }}
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<powsybl-ws-dependencies.version>2.20.0</powsybl-ws-dependencies.version>
<sonar.organization>powsybl-ci-github</sonar.organization>
<sonar.projectKey>com.powsybl:powsybl-network-conversion-server</sonar.projectKey>
</properties>

<build>
Expand Down