File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -63,21 +63,22 @@ jobs:
63
63
- name : Load docker container
64
64
run : docker load -i backup-utils.tar
65
65
66
- - uses : actions/checkout@v3
67
- with :
68
- path : ghes-data
69
- repository : github/ghes-data
70
- ref : main
71
- token : " ${{ secrets.INTERNAL_ACTIONS_DX_BOT_ACCOUNT_TOKEN }}"
72
- lfs : ' true'
66
+ # - uses: actions/checkout@v3
67
+ # with:
68
+ # path: ghes-data
69
+ # repository: github/ghes-data
70
+ # ref: main
71
+ # token: "${{ secrets.INTERNAL_ACTIONS_DX_BOT_ACCOUNT_TOKEN }}"
72
+ # lfs: 'true'
73
73
74
74
- name : Download from blob storage
75
75
run : |
76
+ mkdir ghes-data
76
77
az storage blob download \
77
78
--account-name ghesresults \
78
79
--container-name ghes-data \
79
80
--name v3.8-small-docs.tar.gz \
80
- --file ghes-data/data/backup/ v3.8-small-docs.tar.gz \
81
+ --file ghes-data/v3.8-small-docs.tar.gz \
81
82
--connection-string "${{ secrets.CONNECTIONSTRING }}"
82
83
83
84
86
87
mkdir $HOME/ghe-backup-data
87
88
dir_name=$(date +%s)
88
89
mkdir $HOME/ghe-backup-data/$dir_name
89
- tar -xvf ghes-data/data/backup/v3 .8-small-docs.tar.gz -C $HOME/ghe-backup-data/$dir_name
90
+ tar -xvf ghes-data/3 .8-small-docs.tar.gz -C $HOME/ghe-backup-data/$dir_name
90
91
91
92
ln -s $dir_name $HOME/ghe-backup-data/current
92
93
You can’t perform that action at this time.
0 commit comments