Skip to content

Commit

Permalink
ci: Fix always passing VPP plugin test (#97)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Motičák <[email protected]>
  • Loading branch information
pemoticak authored Jun 26, 2023
1 parent ba393f1 commit 8b152b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ vpp)
-f ./docker/vpp.Dockerfile .
;;
vpp-test)
docker build --build-arg VPP_IMAGE="${VPP_IMAGE}" \
docker build --progress=plain --build-arg VPP_IMAGE="${VPP_IMAGE}" \
-t ${IMAGE_TAG} \
-f ./docker/vpp-test.Dockerfile . 2>&1 | cat
-f ./docker/vpp-test.Dockerfile .
;;
tester)
docker build \
Expand Down

0 comments on commit 8b152b3

Please sign in to comment.