Skip to content

Commit 018e9b1

Browse files
committed
update script to checkout and replacements to be made
1 parent a717663 commit 018e9b1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

scripts/2_repo_fetch.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
"pattern_to_replace": ".*text:.*",
1313
"replacement": ""
1414
},
15+
{
16+
"pattern_to_replace": ".*video:.*",
17+
"replacement": ""
18+
},
19+
{
20+
"pattern_to_replace": ".*paper:.*",
21+
"replacement": ""
22+
},
1523
{
1624
"pattern_to_replace": ".*website: ",
1725
"replacement": "website: https:///InseeFrLab.github.io/satellite-images-docs/"

scripts/2_synchronize.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,5 @@ main() {
181181

182182
# To run the script
183183
main
184+
185+
git checkout fusion_site_ssplab

0 commit comments

Comments
 (0)