mirror of
https://github.com/kazhala/dotbare
synced 2024-11-02 09:40:27 +00:00
success setup codebuild
This commit is contained in:
parent
0377c4bcdf
commit
bb682ed79d
2
.github/workflows/dockerimage.yml
vendored
2
.github/workflows/dockerimage.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Docker Image CI
|
||||
name: Docker Image build
|
||||
|
||||
on:
|
||||
push:
|
||||
|
1
dotbare
1
dotbare
@ -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…
Reference in New Issue
Block a user