Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina authored Oct 8, 2024
1 parent a471447 commit 161516b
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@ runs:
uses: ./.github/actions/core-cicd/maven-job
with:
stage-name: 'Build'
maven-args: 'clean install -pl :core-web -am -DskipTests -Ddocker.skip=true'
requires-node: 'true'
cleanup-runner: 'true'
generate-docker: 'false'
generate-artifacts: 'true'
maven-args: 'clean install -pl :dotcms-core-web -DskipTests -Ddocker.skip=true'
requires-node: true
cleanup-runner: true
generate-docker: false
generate-artifacts: false
version: '1.0.0-SNAPSHOT'
github-token: ${{ inputs.github-token }}

- name: 'Get current version from NPM'
Expand Down

0 comments on commit 161516b

Please sign in to comment.