Use git flag to remove old js artifacts (#7165)

This commit is contained in:
Jaco Greeff 2017-11-29 15:33:04 +01:00 committed by GitHub
parent 903bbc7912
commit 519648eb01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ cp -rf ../.dist/build .
echo "*** [$PRE_REPO] Adding to git"
echo "$UTCDATE" >README.md
git add .
git add --all .
git commit -m "$UTCDATE"
echo "*** [$PRE_REPO] Pushing upstream"

View File

@ -1 +1 @@
// test script 18
// test script 19

View File

@ -27,7 +27,7 @@ cp -rf ../.dist/build .
echo "*** [$PRE_REPO] Adding to git"
echo "$UTCDATE" >README.md
git add .
git add --all .
git commit -m "$UTCDATE"
echo "*** [$PRE_REPO] Pushing upstream"

View File

@ -1 +1 @@
// test script 23
// test script 24