Skip to content

Commit f483c66

Browse files
committed
fix
1 parent c763241 commit f483c66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
162162
- name: Start demo
163163
run: |
164-
git clone https://github.com/DIRACGrid/diracx-charts.git ../diracx-charts
164+
git clone --branch main_FEAT_remove-loaded-images https://github.com/aldbr/diracx-charts.git ../diracx-charts
165165
166166
declare -a demo_args=()
167167
demo_args+=("--enable-open-telemetry")

0 commit comments

Comments
 (0)