Skip to content

Commit

Permalink
chore: fix temporary install lunatic-model locally
Browse files Browse the repository at this point in the history
Since InseeFr gpg key to publish to maven central is missing.
  • Loading branch information
nsenave committed May 21, 2024
1 parent 069bc77 commit b380d84
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,6 @@ jobs:
distribution: 'temurin'
java-version: '21'

# Temporary step while InseeFr gpg key for maven central publishing has not been replaced
- name: Checkout Lunatic-Model repo
uses: actions/checkout@v4
with:
repository: InseeFr/Lunatic-Model
path: lunatic-model
- name: Install Lunatic-Model
run: |
cd lunatic-model
mvn clean install --no-transfer-progress
- name: Checkout Eno repo
uses: actions/checkout@v4

Expand Down Expand Up @@ -80,6 +69,17 @@ jobs:
distribution: 'temurin'
java-version: '21'

# Temporary step while InseeFr gpg key for maven central publishing has not been replaced
- name: Checkout Lunatic-Model repo
uses: actions/checkout@v4
with:
repository: InseeFr/Lunatic-Model
path: lunatic-model
- name: Install Lunatic-Model
run: |
cd lunatic-model
mvn clean install --no-transfer-progress
- name: Setup Gradle
uses: gradle/gradle-build-action@v3

Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/create-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,6 @@ jobs:
distribution: 'temurin'
java-version: '21'

# Temporary step while InseeFr gpg key for maven central publishing has not been replaced
- name: Checkout Lunatic-Model repo
uses: actions/checkout@v4
with:
repository: InseeFr/Lunatic-Model
path: lunatic-model
- name: Install Lunatic-Model
run: |
cd lunatic-model
mvn clean install --no-transfer-progress
- name: Checkout Eno repo
uses: actions/checkout@v4

Expand Down Expand Up @@ -80,6 +69,17 @@ jobs:
distribution: 'temurin'
java-version: '21'

# Temporary step while InseeFr gpg key for maven central publishing has not been replaced
- name: Checkout Lunatic-Model repo
uses: actions/checkout@v4
with:
repository: InseeFr/Lunatic-Model
path: lunatic-model
- name: Install Lunatic-Model
run: |
cd lunatic-model
mvn clean install --no-transfer-progress
- name: Setup Gradle
uses: gradle/gradle-build-action@v3

Expand Down

0 comments on commit b380d84

Please sign in to comment.