Skip to content

Commit

Permalink
snapshot ci
Browse files Browse the repository at this point in the history
Signed-off-by: Leclerc Clement <clement.leclerc@rte-france.com>
  • Loading branch information
clementleclercRTE committed Oct 1, 2024
1 parent 26d0743 commit 9fbe6ee
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/dependencies-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
python:
- name: python3.8,
version: '3.8'
- name: python3.9,
version: '3.9'
fail-fast: false


Expand Down Expand Up @@ -91,11 +93,7 @@ jobs:
ref: ${{ env.SNAPSHOT_BRANCH }}

- name: Change core version
run : |
echo $CORE_VERSION
cat pom.xml
mvn help:evaluate -Dexpression=project.version -q -DforceStdout
mvn versions:set-property -Dproperty=powsybl-core.version -DnewVersion=$CORE_VERSION -DgenerateBackupPoms=false
run : sed -i 's|<powsybl-core.version>.*</powsybl-core.version>|<powsybl-core.version>'"$CORE_VERSION"'</powsybl-core.version>|' pom.xml
- name: Build with Maven
run: |
mvn -batch-mode --no-transfer-progress clean install -DskipTests
Expand Down

0 comments on commit 9fbe6ee

Please sign in to comment.