Skip to content
Snippets Groups Projects
Commit 7c31f438 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Put aws ci exports on same line

parent 00eb7f47
1 merge request!79Master
Pipeline #9656 passed with warnings with stages
in 2 minutes and 27 seconds
......@@ -1096,9 +1096,10 @@ aws:
- mkdir -p ./badges/env
- curl --request GET https://img.shields.io/badge/Envronment%3A%20AWS-inactive-critical?style=flat > ./badges/env/aws.svg
- module load awscli/1.11.139
- export AWS_ACCESS_KEY_ID=${aws_accesskeyid}
- export AWS_SECRET_ACCESS_KEY=${aws_secretaccesskey}
- aws configure set region ${aws_region}
- >
export AWS_ACCESS_KEY_ID=${aws_accesskeyid} &&\
export AWS_SECRET_ACCESS_KEY=${aws_secretaccesskey} &&\
aws configure set region ${aws_region}
- aws s3 cp ./test_data/auth/ s3://bicf-output/ci-env/auth/ --exclude "*" --include "c*" --recursive
- aws s3 cp ./test_data/fastq/xsmall/ s3://bicf-output/ci-env/input/ --exclude "*" --include "Q-Y5F6_10K.R*.fastq.gz" --recursive
- >
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment