This commit is contained in:
stam 2021-01-17 02:55:06 +03:00
parent 6761f30026
commit 5dd9a9cb63
2 changed files with 8 additions and 6 deletions

View File

@ -43,13 +43,13 @@ jobs:
cd .. cd ..
git add . git add .
git commit -am "Atlassian JSON autoupdated" git commit -am "Atlassian JSON autoupdated"
git push # git push
# - name: Commit and push changes - name: Commit and push changes
# uses: devops-infra/action-commit-push@master uses: devops-infra/action-commit-push@master
# with: with:
# github_token: ${{ secrets.GHT }} github_token: ${{ secrets.GHT }}
# commit_message: Atlassian JSON updated commit_message: Atlassian JSON updated
# - name: Create Release # - name: Create Release
# id: create_release # id: create_release

View File

@ -36,6 +36,7 @@ wget -c -nv --random-wait -P $PWD/current/ https://my.atlassian.com/download/fee
wget -c -nv --random-wait -P $PWD/current/ https://my.atlassian.com/download/feeds/current/jira-servicedesk.json wget -c -nv --random-wait -P $PWD/current/ https://my.atlassian.com/download/feeds/current/jira-servicedesk.json
# SourceTree # SourceTree
echo "-----------------------------------------------"
echo "Generating sourcetree.json for current release" echo "Generating sourcetree.json for current release"
echo "-----------------------------------------------" echo "-----------------------------------------------"
dotnet script $PWD/sourcetreeapp.csx dotnet script $PWD/sourcetreeapp.csx
@ -72,6 +73,7 @@ wget -c -nv --random-wait -P $PWD/archived/ https://my.atlassian.com/download/fe
wget -c -nv --random-wait -P $PWD/archived/ https://my.atlassian.com/download/feeds/archived/jira-servicedesk.json wget -c -nv --random-wait -P $PWD/archived/ https://my.atlassian.com/download/feeds/archived/jira-servicedesk.json
# SourceTree # SourceTree
echo "-----------------------------------------------"
echo "Generating sourcetree.json for arvhive release" echo "Generating sourcetree.json for arvhive release"
echo "-----------------------------------------------" echo "-----------------------------------------------"
dotnet script $PWD/sourcetreeapp-archive.csx dotnet script $PWD/sourcetreeapp-archive.csx