Skip to content

Commit

Permalink
ARCH-95: fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
finfa committed Oct 7, 2023
1 parent 6b8482d commit 6b37a7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ else
fi

# check if is_testing
if [ "$IS_TESTING" = "true" ]; then

if [ "$IS_TESTING" = "true" ] || [ "$STAGE" = "testing" ]; then
IMAGE_TAG="testing"
else
IMAGE_TAG="latest"
Expand Down

0 comments on commit 6b37a7b

Please sign in to comment.