Skip to content

Commit d53171a

Browse files
committed
no need to commit patch changes
1 parent e8da80b commit d53171a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lambda-layer/build-layer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ patch -p1 < "$SOURCEDIR"/../.github/patches/opentelemetry-java-instrumentation.p
2828
# This patch is for Lambda related context propagation
2929
patch -p1 < "$SOURCEDIR"/patches/opentelemetry-java-instrumentation.patch
3030

31-
git add -A
32-
git commit -m "Create patch version"
31+
#git add -A
32+
#git commit -m "Create patch version"
3333
./gradlew publishToMavenLocal
3434
popd
3535
rm -rf opentelemetry-java-instrumentation

0 commit comments

Comments
 (0)