Skip to content

Commit

Permalink
Jakarta - Fix conditional env for jakarta-rewrite branch
Browse files Browse the repository at this point in the history
New env vars need to be pushed to $GITHUB_ENV.
  • Loading branch information
gsmet committed Jul 4, 2022
1 parent be28a2f commit 1ec5c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
steps:
- name: Skip non-compilable modules for jakarta-rewrite branch
run: |
echo "COMMON_MAVEN_ARGS=${COMMON_MAVEN_ARGS} -pl '"'!'":quarkus-integration-test-infinispan-client' -pl '"'!'":quarkus-integration-test-kafka-avro'" >> $COMMON_MAVEN_ARGS
echo "COMMON_MAVEN_ARGS=${COMMON_MAVEN_ARGS} -pl '"'!'":quarkus-integration-test-infinispan-client' -pl '"'!'":quarkus-integration-test-kafka-avro'" >> $GITHUB_ENV
if: github.ref_name == 'jakarta-rewrite'

- uses: actions/checkout@v2
Expand Down

0 comments on commit 1ec5c4a

Please sign in to comment.