We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9246a84 commit c2b56cfCopy full SHA for c2b56cf
2 files changed
abd
github-actionify.sh
@@ -240,7 +240,8 @@ EOL
240
fi
241
242
# remove old Travis CI configuration
243
- $EXEC git rm -rf .travis.yml .travis
+ test ! -e .travis.yml || $EXEC git rm -rf .travis.yml
244
+ test ! -e .travis || $EXEC git rm -rf .travis
245
$EXEC git diff-index --quiet HEAD -- &&
246
info "No old CI configuration to remove." ||
247
$EXEC git commit -m "${msgPrefix}remove Travis CI configuration"
0 commit comments