diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-18 20:31:17 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-18 20:31:17 +0200 |
commit | 1abd48c7a6e1cbe24c371ad6345c211564552fc1 (patch) | |
tree | 997310d83462341cc93cd469ed513a5140bdd1e6 | |
parent | eabf53ba4b1b6fb7905bbeb793b2e7d9606120d2 (diff) | |
download | coreboot-1abd48c7a6e1cbe24c371ad6345c211564552fc1.tar.gz |
try fix path
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 15fd542..152fd47 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,7 +61,7 @@ def RPMBuild() { # install deps /usr/local/bin/configure-mirror find seabios -print - dnf install -y seabios/*/*coreboot*.rpm + dnf install -y seabios/rpms/*/*coreboot*.rpm dnf builddep -y *.spec # build package |