We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677fabc commit 9e2ea9bCopy full SHA for 9e2ea9b
Makefile
@@ -7,7 +7,7 @@ clean:
7
build: clean
8
docker run \
9
--rm \
10
- -v "$$(PWD)":/tmp/talon-client \
+ -v "$$(pwd)":/tmp/talon-client \
11
-w "/tmp/talon-client" \
12
maven:latest\
13
/bin/bash -c "mvn clean install && \
0 commit comments