Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge build image to test suit #799

Merged
merged 10 commits into from
Feb 9, 2019
Merged
Prev Previous commit
Next Next commit
not exit
IronPan committed Feb 9, 2019
commit e0a8eac365b05a7a91e3635a03c61a9b8ecdb3b6
1 change: 0 additions & 1 deletion test/check-argo-status.sh
Original file line number Diff line number Diff line change
@@ -48,5 +48,4 @@ if [[ $WORKFLOW_STATUS = *"${WORKFLOW_FAILED_KEYWORD}"* ]]; then
exit 1
else
argo get ${ARGO_WORKFLOW} -n ${NAMESPACE}
exit 0
fi