File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ for file in REPLICATION.md EXTERNAL-REPORT.md config.yml
3434do
3535 cp $file template/new-$file
3636done
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
3838if [ $? -ne 0 ]; then
3939 echo " ERROR: Failed to create tar archive"
4040 cd ..
@@ -50,7 +50,7 @@ if [ $? -ne 0 ]; then
5050 exit 1
5151fi
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
5454git add -f tools/requ* txt
5555git add -f requirements.txt
5656git commit -m ' [skip ci] Update of tools'
You can’t perform that action at this time.
0 commit comments