Files
openpipeline/resources_test_scripts/aws_sync.sh
CI 1683fce826 Build branch v3.0 with version v3.0.0 (e92e56b4)
Build pipeline: vsh-ci-build-template-pn6wx

Source commit: e92e56b491

Source message: Merge remote-tracking branch 'origin/main' into v3.0
2025-08-22 17:01:05 +00:00

8 lines
310 B
Bash

#!/bin/bash
set -eo pipefail
aws s3 sync --profile di "resources_test" "s3://openpipelines-data" --exclude "temp_*" --exclude "tmp_*" --delete --dryrun
id=cellranger_tiny_fastq
aws s3 sync --profile di "resources_test/$id" "s3://openpipelines-data/$id" --exclude "temp_*" --exclude "tmp_*" --delete --dryrun