Skip to content

Commit 91c34f0

Browse files
committed
fix path for integration test
1 parent a8907da commit 91c34f0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

test/integration/runTests.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ set -x
1616
# Start a local registry, to which we push the images built in this test, and from which they will be consumed in the test
1717
docker run -d -p 5000:5000 --restart always --name registry registry:2 || true
1818

19-
docker build -t localhost:5000/ppiper/neo-cli .
20-
docker tag localhost:5000/ppiper/neo-cli ppiper/neo-cli:latest
19+
docker build \
20+
-t localhost:5000/ppiper/neo-cli \
21+
-t ppiper/neo-cli:latest \
22+
"$(pwd)/../.."
2123
docker push localhost:5000/ppiper/neo-cli:latest
2224

2325
git clone https://github.com/piper-validation/cloud-s4-sdk-book -b validate-neo-cli test-project

0 commit comments

Comments
 (0)