Skip to content

Commit

Permalink
chore(maven) Cleanup maven docker processes including postman (#27461)
Browse files Browse the repository at this point in the history
* Fix docker build

* Only run sonar for PR and master branches

* Only run sonar for PR and master branches

* prevent failure on sonar timeout
  • Loading branch information
spbolton authored Feb 24, 2024
1 parent 892cb3c commit 62e8d60
Show file tree
Hide file tree
Showing 131 changed files with 3,583 additions and 4,309 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
reporter: java-junit # Format of test results
fail-on-error: true
list-tests: 'failed'

- name: Get Workflow Data
id: workflow-data
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
env:
DOTCMS_LICENSE_KEY: ${{ secrets.DOTCMS_LICENSE }}
run: |
DOTCMS_LICENSE_PATH=${GITHUB_WORKSPACE}/tools/dotcms-cli/license
DOTCMS_LICENSE_PATH=~/.dotcms/license
mkdir -p ${DOTCMS_LICENSE_PATH}
echo "${DOTCMS_LICENSE_KEY}" > ${DOTCMS_LICENSE_PATH}/license.dat
echo "DOTCMS_LICENSE_FILE=${DOTCMS_LICENSE_PATH}/license.dat" >> "$GITHUB_ENV"
Expand Down
65 changes: 0 additions & 65 deletions .github/workflows/frontend.yml

This file was deleted.

Loading

0 comments on commit 62e8d60

Please sign in to comment.