Skip to content
Snippets Groups Projects
Commit 7084deea authored by Michael Davis's avatar Michael Davis
Browse files

[ci] Fixes can't use admin_cta bash function in an xargs expression

parent f0ca5c8a
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ tapefile_ls()
eos root://${EOSINSTANCE} find --fid ${EOS_DIR} |\
admin_cta --json tape ls --fidfile /dev/stdin |\
jq '.[] | .vid' |\
xargs admin_cta --json tapefile ls --lookupnamespace --vid |\
xargs env KRB5CCNAME=/tmp/${CTAADMIN_USER}/krb5cc_0 cta_admin --json tapefile ls --lookupnamespace --vid |\
admin_cta --json tf ls --lookupnamespace --vid | jq '.[] | .df.path' |\
sed 's/"//g' |\
grep "^${EOS_DIR}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment