Skip to content
Snippets Groups Projects
Commit c2c741c0 authored by Misha Smirnov's avatar Misha Smirnov
Browse files

run sh file for reana-rucio docker image

parent 2031a3d0
No related branches found
No related tags found
No related merge requests found
Pipeline #222951 passed with warnings
#! /bin/bash
# script for using REANA + Rucio in docker image
# docker pull projectescape/rucio-client
# export your token for REANA first
reana-client ping
rucio whoami
reana-client secrets-add --env VONAME=escape \
--env VOMSPROXY_FILE=x509up_u1000 \
--file /tmp/x509up_u1000 \
--env RUCIO_USERNAME=msmirnov \
--overwrite
reana-client create -w aeff_build -f reana_heavy_DL.yaml
export REANA_WORKON=aeff_build
reana-client upload
reana-client start
reana-client status
reana-client ls
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