success setup codebuild

pull/3/head
kevin zhuang 4 years ago
parent 0377c4bcdf
commit bb682ed79d

@ -1,4 +1,4 @@
name: Docker Image CI
name: Docker Image build
on:
push:

@ -49,6 +49,7 @@ if [[ $# -eq 0 ]]; then
exit 0
fi
# shellcheck disable=SC2199
[[ "$@" == 'add --all' ]] && \
echo 'If you intend to stage all modified file, run dotbare add -u' && \
echo "dotbare disabled add --all option as this will stage every single file in ${DOTBARE_TREE}" && \

Loading…
Cancel
Save