We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9677d6a commit df219f1Copy full SHA for df219f1
1 file changed
test-build.sh
@@ -53,9 +53,11 @@ function test_image() {
53
full_tag=$(get_full_tag "${variant}" "${tag}")
54
55
info "Testing ${full_tag}"
56
- export full_version=${full_version}
57
- export full_tag=${full_tag}
58
- bats test-image.bats
+ (
+ export full_version=${full_version}
+ export full_tag=${full_tag}
59
+ bats test-image.bats
60
+ )
61
}
62
63
cd "$(cd "${0%/*}" && pwd -P)" || exit
0 commit comments