build-docker.sh: CI -> BUILD_CI (#63)

- docker run fix (remove -it argument)
Este commit está contenido en:
Jonathan R. Madsen
2022-05-19 21:16:20 -05:00
cometido por GitHub
padre c7e9627e75
commit 919dcf5456
Se han modificado 4 ficheros con 3 adiciones y 23 borrados
-10
Ver fichero
@@ -20,16 +20,6 @@ jobs:
extensions: ["--rocm +python", "--core +python"]
steps:
- name: Patch Git
timeout-minutes: 5
run: |
apt-get update
apt-get install -y software-properties-common
add-apt-repository -y ppa:git-core/ppa
apt-get update
apt-get upgrade -y
apt-get install -y git
- uses: actions/checkout@v3
with:
submodules: recursive
-10
Ver fichero
@@ -20,16 +20,6 @@ jobs:
extensions: ["--rocm +python", "--core +python"]
steps:
- name: Patch Git
timeout-minutes: 5
run: |
apt-get update
apt-get install -y software-properties-common
add-apt-repository -y ppa:git-core/ppa
apt-get update
apt-get upgrade -y
apt-get install -y git
- uses: actions/checkout@v3
with:
submodules: recursive