[CI/Build] Add CI end-to-end (E2E) tests (#139)
* [CI/Build] Add CI end-to-end (E2E) tests Signed-off-by: Chenchao Hu <huchenchao@example.com>
This commit is contained in:
6
ci/scripts/common/log.sh
Executable file
6
ci/scripts/common/log.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
log() {
|
||||
echo "[CI][$(date '+%Y-%m-%d %H:%M:%S')] $*"
|
||||
}
|
||||
Reference in New Issue
Block a user