Skip to content

Commit

Permalink
ci-netty-snapshot.yml: remove an extra quote character (#2944)
Browse files Browse the repository at this point in the history
  • Loading branch information
idelpivnitskiy authored May 28, 2024
1 parent 17370c0 commit 90903e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-netty-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Print Netty Version
env:
ORG_GRADLE_PROJECT_nettyVersion: 4.1+
run: ORG_GRADLE_PROJECT_nettyVersion=4.1+ ./gradlew :servicetalk-grpc-netty:dependencyInsight --configuration testRuntimeClasspath --dependency io.netty:netty-codec-http2 -PnettyVersion=4.1+ | head -n 40"
run: ORG_GRADLE_PROJECT_nettyVersion=4.1+ ./gradlew :servicetalk-grpc-netty:dependencyInsight --configuration testRuntimeClasspath --dependency io.netty:netty-codec-http2 -PnettyVersion=4.1+ | head -n 40
- name: Clean Gradle project
run: ./gradlew --parallel clean
- name: Build and Test
Expand Down

0 comments on commit 90903e4

Please sign in to comment.