2
0
mirror of https://github.com/kazhala/dotbare synced 2024-11-02 09:40:27 +00:00

success setup codebuild

This commit is contained in:
kevin zhuang 2020-05-11 15:41:56 +10:00
parent 0377c4bcdf
commit bb682ed79d
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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}" && \