Skip to content

Commit 1ee3dad

Browse files
committed
Updating the update tool to update documentation
1 parent 2948526 commit 1ee3dad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/update_tools.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ for file in REPLICATION.md EXTERNAL-REPORT.md config.yml
3434
do
3535
cp $file template/new-$file
3636
done
37-
tar cvf ../tmp.tar tools/ automations/ bitbucket* template-* template/ requirements.txt sample-language-report.md .gitignore run.sh
37+
tar cvf ../tmp.tar tools/ automations/ bitbucket* template-* template/ docs/ requirements.txt sample-language-report.md .gitignore run.sh
3838
if [ $? -ne 0 ]; then
3939
echo "ERROR: Failed to create tar archive"
4040
cd ..
@@ -50,7 +50,7 @@ if [ $? -ne 0 ]; then
5050
exit 1
5151
fi
5252

53-
git add tools/ automations/ *.yml template-* template/* sample-language-report.md .gitignore run.sh
53+
git add tools/ automations/ docs/ *.yml template-* template/* sample-language-report.md .gitignore run.sh
5454
git add -f tools/requ*txt
5555
git add -f requirements.txt
5656
git commit -m '[skip ci] Update of tools'

0 commit comments

Comments
 (0)