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

- docker run fix (remove -it argument)

[ROCm/rocprofiler-systems commit: 919dcf5456]
Dieser Commit ist enthalten in:
Jonathan R. Madsen
2022-05-19 21:16:20 -05:00
committet von GitHub
Ursprung 048d7cb856
Commit feb2b45c0d
4 geänderte Dateien mit 3 neuen und 23 gelöschten Zeilen
@@ -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
@@ -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