Skip to content

Commit d3f6ca3

Browse files
author
Jeel Mehta
committed
test
1 parent 9fe8eef commit d3f6ca3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/release-udp-exporter.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ jobs:
2323
java-version: '17' # or your preferred version
2424
distribution: 'temurin'
2525
cache: 'gradle' # Add gradle caching
26-
27-
- name: Run Local Patch
28-
run: |
29-
chmod +x ./scripts/local_patch.sh
30-
./scripts/local_patch.sh
3126

3227
# Add this step to set up Maven Local
3328
- name: Set up Maven Local
@@ -50,8 +45,9 @@ jobs:
5045
./xray -o -n us-west-2 -f ./daemon-logs.log --log-level debug &
5146
5247
- name: Install UDP Exporter
48+
working-directory: exporters/aws-otel-otlp-udp-exporter
5349
run: |
54-
./gradlew -p ./exporters/aws-otel-otlp-udp-exporter publishToMavenLocal
50+
gradle publishToMavenLocal
5551
5652
- name: Ensure Unit Tests are passing
5753
working-directory: exporters/aws-otel-otlp-udp-exporter

0 commit comments

Comments
 (0)