Files
CI fa0dc22db8 Build branch openpipeline_spatial/v0.4 with version v0.4.0 to openpipeline_spatial on branch v0.4 (e41c3a4)
Build pipeline: openpipelines-bio.openpipeline-spatial.v0.4.0-2g7tn

Source commit: e41c3a485f

Source message: update version
2026-03-05 11:19:10 +00:00

19 lines
383 B
Bash
Executable File

#!/bin/bash
set -eo pipefail
# get the root of the directory
REPO_ROOT=$(git rev-parse --show-toplevel)
# ensure that the command below is run from the root of the repository
cd "$REPO_ROOT"
DIR="resources_test/GRCh38"
mkdir -p $DIR
aws s3 sync \
--profile di \
s3://openpipelines-bio/openpipeline_spatial/resources_test/GRCh38 \
"$DIR" \
--delete \
--dryrun