Skip to content

Commit 4b1d400

Browse files
committed
fix
1 parent 0f96f7f commit 4b1d400

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,15 @@ 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")
168168
demo_args+=("--enable-coverage")
169169
demo_args+=("--exit-when-done")
170170
demo_args+=("--set-value" "developer.autoReload=false")
171171
demo_args+=("--ci-values" "../diracx-charts/demo/ci_values.yaml")
172+
demo_args+=("--prune-loaded-images")
172173
173174
declare -a demo_source_dirs=("$PWD")
174175

0 commit comments

Comments
 (0)