Skip to content

Commit d125345

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ clean:
77
build: clean
88
docker run \
99
--rm \
10-
-v "$$(PWD)":/tmp/talon-client \
10+
-v "$$(pwd)":/tmp/talon-client \
1111
-w "/tmp/talon-client" \
1212
maven:latest\
1313
/bin/bash -c "mvn clean install && \
1414
cp ~/.m2/repository/one/talon/talon-one-client/$(VERSION)/_remote.repositories target"
15+
sudo chown -R "$(id -u):$(id -g)" target/
1516

1617
bundle:
1718
rm -rf $(DIST) && \

0 commit comments

Comments
 (0)