This commit is contained in:
@@ -14,7 +14,13 @@ jobs:
|
|||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
set -ex
|
set -ex
|
||||||
dnf install -y --quiet git buildah 2>&1
|
dnf install -y git buildah > /tmp/dnf.log 2>&1 || true
|
||||||
|
|
||||||
|
- name: Show install log
|
||||||
|
run: |
|
||||||
|
cat /tmp/dnf.log
|
||||||
|
which git
|
||||||
|
which buildah
|
||||||
|
|
||||||
- name: Test 2
|
- name: Test 2
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user