Skip to content

Commit 47feb9c

Browse files
authored
Merge pull request #118 from AxonIQ/fix/axon-server-vm-image-build-repo-url
update axon-server-image-build repo reference to axon-server-vm-image-build
2 parents f4cfdf4 + 6c10d52 commit 47feb9c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

localLinks/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cloneOrPullMaster "extension-springcloud" "https://github.com/AxonFramework/exte
3131
cloneOrPullMaster "extension-tracing" "https://github.com/AxonFramework/extension-tracing.git" "axon-tracing-4.11.x"
3232
cloneOrPullMaster "axon-server" "https://github.com/AxonIQ/axon-server.git" "master"
3333
cloneOrPullMaster "axon-server-proxy" "https://github.com/AxonIQ/axon-server-proxy.git" "main"
34-
cloneOrPullMaster "axon-server-image-build" "https://github.com/AxonIQ/axon-server-image-build.git" "main"
34+
cloneOrPullMaster "axon-server-vm-image-build" "https://github.com/AxonIQ/axon-server-vm-image-build.git" "main"
3535
cloneOrPullMaster "axoniq-platform" "https://github.com/AxonIQ/axoniq-platform.git" "main"
3636
cloneOrPullMaster "axoniq-playbook" "https://github.com/AxonIQ/axoniq-playbook.git" "main"
3737
cloneOrPullMaster "insights-server" "https://github.com/AxonIQ/insights-server.git" "main"

playbook-dev-ui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ content:
5757
start_paths: ['docs/*', '!docs/_*', '!docs/as-fundamentals-tutorial'] # from every folder in `docs` except those starting with underscore
5858
# branches: [master, 'axonserver-ee-20*'] # and from the specified branches
5959

60-
- url: ./localLinks/axon-server-image-build/ # include docs from Image generation for Axon Server repo (which contiains docs about Axon Server GCP marketplace)
60+
- url: ./localLinks/axon-server-vm-image-build/ # include docs from Image generation for Axon Server repo (which contiains docs about Axon Server GCP marketplace)
6161
start_paths: ['docs/*', '!docs/_*'] # from every folder in `docs` except those starting with underscore
6262
# branches: [master, 'axonserver-ee-20*'] # and from the specified branches
6363

playbook-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ content:
6161
start_paths: ['docs/*', '!docs/_*', '!docs/as-fundamentals-tutorial'] # from every folder in `docs` except those starting with underscore
6262
# branches: [master, 'axonserver-ee-20*'] # and from the specified branches
6363

64-
- url: ./localLinks/axon-server-image-build/ # include docs from Image generation for Axon Server repo (which contiains docs about Axon Server GCP marketplace)
64+
- url: ./localLinks/axon-server-vm-image-build/ # include docs from Image generation for Axon Server repo (which contiains docs about Axon Server GCP marketplace)
6565
start_paths: ['docs/*', '!docs/_*'] # from every folder in `docs` except those starting with underscore
6666
# branches: [master, 'axonserver-ee-20*'] # and from the specified branches
6767

playbook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ content:
8282
start_paths: ['docs/*', '!docs/_*', '!docs/as-fundamentals-tutorial'] # from every folder in `docs` except those starting with underscore
8383
branches: ['axonserver-ee-2024.1.*', 'axonserver-ee-2024.2.*', 'axonserver-ee-202{5..9}.*'] # and from the specified branches
8484

85-
- url: https://github.com/AxonIQ/axon-server-image-build.git # include docs from Image generation for Axon Server repo (which contiains docs about Axon Server GCP marketplace)
85+
- url: https://github.com/AxonIQ/axon-server-vm-image-build.git # include docs from Image generation for Axon Server repo (which contiains docs about Axon Server GCP marketplace)
8686
start_paths: ['docs/*', '!docs/_*'] # from every folder in `docs` except those starting with underscore
8787
# branches: [main] # and from the specified branches
8888

0 commit comments

Comments
 (0)