Skip to content

Commit 1913b49

Browse files
committed
integrate-sdks-as-submodules
1 parent 677fabc commit 1913b49

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ clean:
77
build: clean
88
docker run \
99
--rm \
10-
-v "$$(PWD)":/tmp/talon-client \
10+
-u $$(id -u):$$(id -g) \
11+
-v "$$(pwd)":/tmp/talon-client \
1112
-w "/tmp/talon-client" \
1213
maven:latest\
1314
/bin/bash -c "mvn clean install && \

0 commit comments

Comments
 (0)