Skip to content

Commit

Permalink
Add debug log on build-images
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed May 8, 2024
1 parent d05fb43 commit ca66de0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test-infrastructure/build-images.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -e
set -vx;
export BASE_IMAGE_NAME="govtool"
BASE_IMAGE_EXISTS=$(docker images -q "$BASE_IMAGE_NAME"/backend-base 2> /dev/null)

Expand Down

0 comments on commit ca66de0

Please sign in to comment.