Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit a78f35d

Browse files
authored
Update ch09-cicd.adoc
remove path to file since instructions on previous line are to 'cd jenkins_home/workspace/ci-test/sample' cd jenkins_home/workspace/ci-test/sample
1 parent 1cb986a commit a78f35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer-tools/java/chapters/ch09-cicd.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ When creating integration tests, it is useful to be able to run and debug them o
124124
cd jenkins_home/workspace/ci-test/sample
125125
126126
# Generates the images
127-
mvn -f jenkins_home/workspace/ci-test/sample/pom.xml clean install -Papp-docker-image
127+
mvn -f pom.xml clean install -Papp-docker-image
128128
129129
# Starts mongo service
130130
docker-compose --file src/test/resources/docker-compose.yml up -d mongo

0 commit comments

Comments
 (0)