Skip to content

Commit

Permalink
cleans up java CI
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelbruno committed May 25, 2023
1 parent 061fb01 commit 3dc1a3f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 88 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ jobs:
name: build-sonar-site-upload
uses: ebpro/gh-actions-shared-java/.github/workflows/ci-shareable-maven.yml@develop
secrets: inherit
with:
maven-args: --errors --batch-mode --show-version --update-snapshots --settings ci-settings.xml --color always --no-transfer-progress
verify-goal: --activate-profiles gpgsigning verify

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CI Java (Host)

on:
push:
workflow_dispatch:

jobs:
build:
name: build-sonar-site-upload
uses: ebpro/gh-actions-shared-java/.github/workflows/ci-shareable-maven.yml@develop
secrets: inherit
with:
maven-args: --errors --batch-mode --show-version --update-snapshots --settings ci-settings.xml --color always --no-transfer-progress
verify-goal: --activate-profiles jacoco,javadoc,gpgsigning verify

This file was deleted.

0 comments on commit 3dc1a3f

Please sign in to comment.