save state
This commit is contained in:
parent
70753ebaed
commit
23142a03f6
1 changed files with 279 additions and 0 deletions
12
00-run.sh
Normal file
12
00-run.sh
Normal 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
|
||||
|
||||
Loading…
Reference in a new issue