Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit f5696b3

Browse files
committed
Fix
1 parent 81fa0c2 commit f5696b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Compile & make the plugin available via HTTP port 8011 on your local machine:
66

77
```bash
88
~ mvn -DskipTests clean package && \
9-
podman run -p8011:80 -v/home/stephan/git/github/go-gchat-notifier-plugin/target/go-gchat-notifier-plugin.jar:/usr/share/nginx/html/go-gchat-notifier-plugin.jar nginx:1.19.9
9+
podman run -p8011:80 -v$PWD/target/go-gchat-notifier-plugin.jar:/usr/share/nginx/html/go-gchat-notifier-plugin.jar nginx:1.19.9
1010
```
1111

1212
Start up GoCD with TCP 8153 and let it download the plugin from the nginx above:

0 commit comments

Comments
 (0)