git tag -am"submission-$TAG""submission-$TAG"||(log_error "There is another submission with the same description. Please give a different description."&&exit 1)
git push -f$REMOTE master
git push -f$REMOTE"submission-$TAG"
log_success "Check the submission progress in your repository: $(get_submission_remote | awk-F'@''{print $NF}' | sed's|.git||g')/issues"
log_success "Check the submission progress in your repository: $(get_submission_remote_url | awk-F'@''{print $NF}' | sed's|\.git||g')/issues"
}
check_cli_install(){
...
...
@@ -113,10 +98,20 @@ check_cli_install() {
log_error 'You might be on older AIcrowd CLI version. Please upgrade using `pip install -U aicrowd-cli` and login again.';exit 1