We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c763241 commit f483c66Copy full SHA for f483c66
1 file changed
.github/workflows/main.yml
@@ -161,7 +161,7 @@ jobs:
161
162
- name: Start demo
163
run: |
164
- git clone https://github.com/DIRACGrid/diracx-charts.git ../diracx-charts
+ git clone --branch main_FEAT_remove-loaded-images https://github.com/aldbr/diracx-charts.git ../diracx-charts
165
166
declare -a demo_args=()
167
demo_args+=("--enable-open-telemetry")
0 commit comments