Skip to content

Commit

Permalink
cockpit ee build enforce profiles (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir authored Dec 11, 2023
1 parent 67f55d7 commit 9a277d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-release-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
mvn versions:set --batch-mode -DremoveSnapshot -DprocessAllModules
- name: Build with Maven
run: mvn --batch-mode -Pcamunda-ee install -DskipTests
run: mvn --batch-mode -P camunda-ee,!camunda-ce install -DskipTests
env:
CAMUNDA_USER_REF: ${{ secrets.CAMUNDA_USER }}
CAMUNDA_TOKEN_REF: ${{ secrets.CAMUNDA_USER_PASSWORD }}
Expand Down

0 comments on commit 9a277d9

Please sign in to comment.