mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2025-01-14 23:57:56 +03:00
bump
This commit is contained in:
parent
1ed5f22b7c
commit
cfd51b4251
3
.github/workflows/json-master.yml
vendored
3
.github/workflows/json-master.yml
vendored
@ -33,6 +33,9 @@ jobs:
|
|||||||
git config --global user.email "stamepicmorg@users.noreply.github.com"
|
git config --global user.email "stamepicmorg@users.noreply.github.com"
|
||||||
|
|
||||||
- name: Update files
|
- name: Update files
|
||||||
|
env:
|
||||||
|
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||||
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
||||||
run: |
|
run: |
|
||||||
cd json-backups
|
cd json-backups
|
||||||
ls -las
|
ls -las
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
export DOTNET_CLI_TELEMETRY_OPTOUT=true
|
||||||
|
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
|
||||||
|
|
||||||
rm -rfv $PWD/current $PWD/archived $PWD/eap
|
rm -rfv $PWD/current $PWD/archived $PWD/eap
|
||||||
mkdir -p $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
|
wget -c -nv --random-wait -P $PWD/current/ https://my.atlassian.com/download/feeds/current/jira-servicedesk.json
|
||||||
|
|
||||||
# SourceTree
|
# 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
|
# 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
|
wget -c -nv --random-wait -P $PWD/archived/ https://my.atlassian.com/download/feeds/archived/jira-servicedesk.json
|
||||||
|
|
||||||
# SourceTree
|
# 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
|
# EAP links
|
||||||
|
Loading…
x
Reference in New Issue
Block a user