Skip to content

Commit

Permalink
comment the execute gradle
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Nikolov <[email protected]>
  • Loading branch information
nickeynikolovv committed Dec 20, 2024
1 parent dd74af8 commit 942d3a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y --no-install-recommends gcc libc-dev libc6-dev
- name: Execute Gradle
env:
MIRROR_NODE_SCHEMA: ${{ matrix.schema}}
SPRING_PROFILES_ACTIVE: ${{ matrix.schema}}
run: ./gradlew :${{matrix.project}}:build --scan ${{ secrets.GRADLE_ARGS }}
# - name: Execute Gradle
# env:
# MIRROR_NODE_SCHEMA: ${{ matrix.schema}}
# SPRING_PROFILES_ACTIVE: ${{ matrix.schema}}
# run: ./gradlew :${{matrix.project}}:build --scan ${{ secrets.GRADLE_ARGS }}

- name: Execute Gradle using transaction executor
if: ${{ matrix.project == 'web3' }}
Expand Down

0 comments on commit 942d3a4

Please sign in to comment.