Skip to content
Snippets Groups Projects
Verified Commit 22286e93 authored by David Hoese's avatar David Hoese
Browse files

Update geotiff directory permissions in unit tests

parent 57cbb7f7
No related branches found
No related tags found
No related merge requests found
Pipeline #36991 failed with stages
in 1 minute and 38 seconds
......@@ -124,7 +124,7 @@ EOF
create_fake_geotiff() {
bucket_name="g16_abi_radf_l1b_C01"
mkdir -p "${bucket_name}"
docker exec -i test bash -c "mkdir -p /data/${bucket_name}; chmod -R a+rwX /data/${bucket_name}"
gtiff_fn="${bucket_name}/${C01_GTIFF_NAME}"
docker exec -i test python3 <<EOF
import rasterio
......
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