medical-test / postBuild
CodCodingCode's picture
Add postBuild hook and ignore local checkpoint folder
d0e445c
raw
history blame contribute delete
103 Bytes
#!/usr/bin/env bash
set -eux # -e: exit on error, -u: error on undefined var, -x: print each command