loki: filter horus_vcpkg from cache uploads
This commit is contained in:
parent
7506048118
commit
a285a2bc19
1 changed files with 1 additions and 0 deletions
|
@ -487,6 +487,7 @@
|
||||||
set -f
|
set -f
|
||||||
export IFS=' '
|
export IFS=' '
|
||||||
|
|
||||||
|
OUT_PATHS=$(echo -n ''${OUT_PATHS} | ${pkgs.gawk}/bin/awk 'BEGIN { RS = " "; ORS = " "; } $0 !~ /horus_vcpkg/ { print $0 }')
|
||||||
echo "Uploading paths to cache " ''${OUT_PATHS}
|
echo "Uploading paths to cache " ''${OUT_PATHS}
|
||||||
exec ${attic-client}/bin/attic push main ''${OUT_PATHS}
|
exec ${attic-client}/bin/attic push main ''${OUT_PATHS}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue