Skip to content

Commit

Permalink
CI / CD
Browse files Browse the repository at this point in the history
  • Loading branch information
goulven authored and goulven committed Jan 2, 2024
1 parent 2142afc commit f0f9dc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releaseDeployProd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
# Build maven site
###########################################

- name: Build Maven site
run: mvn --batch-mode clean site site:stage scm-publish:publish-scm
# - name: Build Maven site
# run: mvn --batch-mode clean site site:stage scm-publish:publish-scm

############################################
# Build the changelogs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testAndPublishBeta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

on: [push, workflow_dispatch]

name: Build, Test and publish on beta.nudger.fr
name: Build, Test and publish on qualification environment

jobs:
deploy:
Expand Down

0 comments on commit f0f9dc3

Please sign in to comment.