ci/run_post_receive_checks.sh
- 687 bytes
- Bash
- View raw
1#!/usr/bin/env bash
3set -o errexit
4set -o nounset
9fi
11# REPO_NAME is the name of the repository to run tests for
18touch $LOG_PATH
24 print_success "Post-receive tests passed!"
25else
26 print_error "Post-receive tests failed!"
30fi