Skip to content

Commit 2c570a9

Browse files
author
Jeel Mehta
committed
removing setting up local m2 repository
1 parent 66ee0ec commit 2c570a9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,12 @@ jobs:
3434
chmod +x ./scripts/local_patch.sh
3535
./scripts/local_patch.sh
3636
37-
# Add this step to set up Maven Local
38-
- name: Set up Maven Local
39-
run: |
40-
mkdir -p ~/.m2/repository
41-
4237
- name: Grant execute permission for gradlew
4338
run: chmod +x gradlew
4439

4540
- name: Build UDP exporter
4641
run: |
47-
./gradlew -p ./exporters/aws-otel-otlp-udp-exporter --refresh-dependencies -x test
42+
./gradlew -p ./exporters/aws-otel-otlp-udp-exporter clean build --refresh-dependencies -x test
4843
4944
- name: Download and run X-Ray Daemon
5045
run: |

0 commit comments

Comments
 (0)