Skip to content

Commit 8197f46

Browse files
committed
fix merge conflicts
2 parents 274aee7 + 645297a commit 8197f46

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/mvn-dev-build-deploy.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,22 @@ jobs:
6666
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
6767
restore-keys: ${{ runner.os }}-m2
6868

69+
<<<<<<< HEAD
6970
- name: Build and SQ analyze
7071
env:
7172
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
7273
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7374
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=indexdata -Dsonar.projectKey=indexdata_${{ github.event.repository.name }}
75+
=======
76+
- name: Maven build
77+
run: mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install org.jacoco:jacoco-maven-plugin:report
78+
79+
- name: SQ analyze
80+
env:
81+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
82+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
83+
run: mvn -B org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=indexdata -Dsonar.projectKey=indexdata_${{ github.event.repository.name }}
84+
>>>>>>> 645297a1d64d7245d1d8d05a91a8bf7c0cb70f60
7485

7586
- name: Update ModuleDescriptor Id
7687
run: |
@@ -100,7 +111,11 @@ jobs:
100111

101112
- name: Build and publish Docker image
102113
if: ${{ env.CURRENT_BRANCH == env.PUBLISH_BRANCH }}
114+
<<<<<<< HEAD
103115
uses: docker/build-push-action@v6
116+
=======
117+
uses: docker/build-push-action@v5
118+
>>>>>>> 645297a1d64d7245d1d8d05a91a8bf7c0cb70f60
104119
with:
105120
context: .
106121
push: true

0 commit comments

Comments
 (0)