Skip to content
Snippets Groups Projects

Fix deploy-eos-xrdcp.sh for new version of xrdcp

Merged Ismael Posada Trobo requested to merge test-xrdcp-new into master
Compare and
2 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
0
@@ -40,6 +40,7 @@ fi
# Directory where the web site has been generated in the CI environment
# If not provided by the user
if [ -z "$CI_OUTPUT_DIR" ];
then
CI_OUTPUT_DIR="public/"
@@ -60,6 +61,7 @@ fi
# Get credentials
echo "$EOS_ACCOUNT_PASSWORD" | $kinit "$EOS_ACCOUNT_USERNAME@CERN.CH" 2>&1 >/dev/null
if [ $? -ne 0 ]
then
echo "Failed to get Krb5 credentials for '$EOS_ACCOUNT_USERNAME'"
Loading