Skip to content

Commit d16f6cf

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@ 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"
1515

1616
bundle:
17+
pwd && \
18+
sudo chown -R "$(id -u):$(id -g)" target/ && \
1719
rm -rf $(DIST) && \
20+
ls -la && \
1821
mkdir $(DIST) && \
1922
cp pom.xml $(DIST)/talon-one-client-$(VERSION).pom && \
2023
cp target/_remote.repositories $(DIST) && \

0 commit comments

Comments
 (0)