Skip to content

Commit 128665c

Browse files
committed
migratie script wat aangepast
1 parent 688652b commit 128665c

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

replace_workflow-local.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
# - Klik in de adresbalk bovenin Verkenner en typ bash, gevolgd door Enter.
88
# Je krijgt nu een Git Bash-venster dat direct in deze projectmap is gestart.
99
# 2. (Optioneel) Maak het script uitvoerbaar met:
10-
# chmod +x update_workflow.sh
10+
# chmod +x update_workflow-local.sh
1111
# Op Windows kun je dit meestal overslaan en direct naar stap 3 gaan.
1212
# 3. Voer het script uit met:
13-
# bash update_workflow.sh
13+
# bash update_workflow-local.sh
14+
1415
set -e
1516

1617
TEMPLATE_REPO="https://github.com/Geonovum/NL-ReSpec-template"

replace_workflow.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
set -e
44

5-
TEMPLATE_REPO="Geonovum/NL-ReSpec-template"
5+
TEMPLATE_REPO="Geonovum/NL-ReSpec-GN-template"
66
LOCAL_GITHUB_DIR="/Users/matthijshovestad/workspace/geonovum/NL-ReSpec-template/.github"
77
TMP_DIR="/tmp/template-update-$(date +%s)"
88
mkdir -p "$TMP_DIR"
99

1010
echo "🔍 Zoeken naar repositories gebaseerd op: $TEMPLATE_REPO"
11-
REPOS=$(gh repo list Geonovum --json name,templateRepository --jq ".[] | select(.templateRepository.name == \"NL-ReSpec-template\") | .name")
11+
REPOS=$(gh repo list Geonovum --json name,templateRepository --jq ".[] | select(.templateRepository.name == \"NL-ReSpec-GN-template\") | .name")
1212

1313
if [[ -z "$REPOS" ]]; then
1414
echo "⚠️ Geen afgeleide repositories gevonden."

0 commit comments

Comments
 (0)