mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-05 05:19:42 +00:00
Always exit 0 on tag for tests
This commit is contained in:
@@ -17,8 +17,8 @@ E2E_OUTPUT=$artifacts test-run-sonobuoy
|
||||
|
||||
# ---
|
||||
|
||||
if [[ "$DRONE_SYSTEM_HOST" =~ 'publish' ]]; then
|
||||
printf "\033[33mSkipping remaining tests on publish.\033[m\n"
|
||||
if [ "$DRONE_BUILD_EVENT" = 'tag' ]; then
|
||||
printf "\033[33mSkipping remaining tests on tag.\033[m\n"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user