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 da353f3 commit bd0f6e3Copy full SHA for bd0f6e3
.github/workflows/main.yml
@@ -161,14 +161,15 @@ 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")
168
demo_args+=("--enable-coverage")
169
demo_args+=("--exit-when-done")
170
demo_args+=("--set-value" "developer.autoReload=false")
171
demo_args+=("--ci-values" "../diracx-charts/demo/ci_values.yaml")
172
+ demo_args+=("--prune-loaded-images")
173
174
declare -a demo_source_dirs=("$PWD")
175
0 commit comments