Skip to content
Snippets Groups Projects
Commit d4bc4a3a authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

first try

parent 552ee27f
Branches
Tags v0.7
No related merge requests found
...@@ -19,7 +19,9 @@ inputs: ...@@ -19,7 +19,9 @@ inputs:
SONAR_TOKEN: SONAR_TOKEN:
description: 'A sonar token' description: 'A sonar token'
required: true required: true
MSTEAMS_WEBHOOK:
description: 'MS Teams webhook URI'
required: true
runs: runs:
using: "composite" using: "composite"
steps: steps:
...@@ -27,10 +29,10 @@ runs: ...@@ -27,10 +29,10 @@ runs:
# it uses env variables from github secrets for the credentials # it uses env variables from github secrets for the credentials
# to github, dockerhub and sonar. # to github, dockerhub and sonar.
- name: Build and test with Maven in docker - name: Build and test with Maven in docker
run: ./mvn.sh clean verify run: mvn.sh clean verify
shell: bash shell: bash
- name: Deploy Maven Artifacts - name: Deploy Maven Artifacts
run: ./mvn.sh deploy run: mvn.sh deploy
shell: bash shell: bash
- name: Notify dedicated teams channel of Success - name: Notify dedicated teams channel of Success
uses: dragos-cojocari/ms-teams-notification@v1.0.0 uses: dragos-cojocari/ms-teams-notification@v1.0.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment