From cfd51b42511ac01f33cb1fb82fec44360bed4f08 Mon Sep 17 00:00:00 2001 From: stam Date: Sun, 17 Jan 2021 02:36:23 +0300 Subject: [PATCH] bump --- .github/workflows/json-master.yml | 3 +++ json-backups/update.sh | 11 +++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/json-master.yml b/.github/workflows/json-master.yml index 96c7d9c..d3da15c 100644 --- a/.github/workflows/json-master.yml +++ b/.github/workflows/json-master.yml @@ -33,6 +33,9 @@ jobs: git config --global user.email "stamepicmorg@users.noreply.github.com" - name: Update files + env: + DOTNET_CLI_TELEMETRY_OPTOUT: true + DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true run: | cd json-backups ls -las diff --git a/json-backups/update.sh b/json-backups/update.sh index 2a093b8..c063eb6 100755 --- a/json-backups/update.sh +++ b/json-backups/update.sh @@ -1,4 +1,7 @@ #!/bin/bash +export DOTNET_CLI_TELEMETRY_OPTOUT=true +export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true + rm -rfv $PWD/current $PWD/archived $PWD/eap mkdir -p $PWD/current $PWD/archived $PWD/eap @@ -33,7 +36,9 @@ 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 # SourceTree -dotnet script sourcetreeapp-archive.csx > $PWD/current/sourcetree.json +dotnet script $PWD/sourcetreeapp-archive.csx +touch $PWD/current/sourcetree.json +dotnet script $PWD/sourcetreeapp-archive.csx > $PWD/current/sourcetree.json ################################################################################################### # Archived links @@ -64,7 +69,9 @@ 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 # SourceTree -dotnet script sourcetreeapp-archive.csx > $PWD/archived/sourcetree.json +dotnet script $PWD/sourcetreeapp-archive.csx +touch $PWD/archived/sourcetree.json +dotnet script $PWD/sourcetreeapp-archive.csx > $PWD/archived/sourcetree.json ################################################################################################### # EAP links