save state

This commit is contained in:
Patrick Schratz 2024-05-29 19:52:07 +02:00
commit 23142a03f6
Signed by: pat-s
GPG key ID: 3C6318841EF78925

12
00-run.sh Normal file
View file

@ -0,0 +1,12 @@
#!/bin/bash
docker run --name r-pkg-binaries-rhel9 -e RED_HAT_DEV_PW -d redhat/ubi9 tail -f /dev/null
docker exec -it r-pkg-binaries-rhel9 bash
export R_VERSION=4.3.3
export PACKAGES="sf"
bash -c ./01-prepare.sh
bash -c ./02-build-binaries.sh
bash -c ./03-upload.sh