Skip to content

Commit

Permalink
fix warm rc
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Feb 26, 2024
1 parent 303c62e commit 0128ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ jobs:
SIIBRA_CACHEDIR=/siibra-api-volume/${{ needs.setup-envvar.outputs.version }}-rc/
WARM_CACHE_YML=$(envsubst < .helm/adhoc/warm-cache.yaml)
echo WARM_CACHE_YML: $WARM_CACHE_YML
echo -e "WARM_CACHE_YML: \n$WARM_CACHE_YML"
echo $WARM_CACHE_YML | kubectl --kubeconfig=$kubecfg_path apply -f -
echo -e "$WARM_CACHE_YML" | kubectl --kubeconfig=$kubecfg_path apply -f -
while true
do
Expand Down

0 comments on commit 0128ab7

Please sign in to comment.