File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
.github/actions/patch-dependencies Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 65
65
GPG_PRIVATE_KEY : ${{ inputs.gpg_private_key }}
66
66
GPG_PASSWORD : ${{ inputs.gpg_password }}
67
67
68
+ - name : cleanup opentelemetry-java
69
+ run : rm -rf opentelemetry-java
70
+ if : ${{ env.patch_otel_java == 'true' }}
71
+ shell : bash
72
+
68
73
- name : Build opentelemetry-java-contrib with tests
69
74
uses : gradle/gradle-build-action@v2
70
75
if : ${{ env.patch_otel_java_contrib == 'true' && inputs.run_tests != 'false' }}
85
90
GPG_PRIVATE_KEY : ${{ inputs.gpg_private_key }}
86
91
GPG_PASSWORD : ${{ inputs.gpg_password }}
87
92
93
+ - name : cleanup opentelemetry-java-contrib
94
+ run : rm -rf opentelemetry-java-contrib
95
+ if : ${{ env.patch_otel_java_contrib == 'true' }}
96
+ shell : bash
97
+
88
98
- name : Build opentelemetry-java-instrumentation with tests
89
99
uses : gradle/gradle-build-action@v2
90
100
if : ${{ env.patch_otel_java_instrumentation == 'true' && inputs.run_tests != 'false' }}
@@ -104,3 +114,8 @@ runs:
104
114
env :
105
115
GPG_PRIVATE_KEY : ${{ inputs.gpg_private_key }}
106
116
GPG_PASSWORD : ${{ inputs.gpg_password }}
117
+
118
+ - name : cleanup opentelmetry-java-instrumentation
119
+ run : rm -rf opentelemetry-java-instrumentation
120
+ if : ${{ env.patch_otel_java_instrumentation == 'true' }}
121
+ shell : bash
You can’t perform that action at this time.
0 commit comments