summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToMe25 <tome25@gmx.de>2021-04-11 15:31:10 +0000
committerToMe25 <38815969+ToMe25@users.noreply.github.com>2021-04-12 13:53:49 +0200
commite1b249d6b71cba1117ec3a7bf632afd2ded459e6 (patch)
tree519b1f326dbab9b74fbf097f953bf5e6b99287ec
parent757d90b2abef039cafe559ac0fb5c6f1a9644bca (diff)
downloadlibgtop-e1b249d6b71cba1117ec3a7bf632afd2ded459e6.tar.gz
Minor cleanup
-rw-r--r--.gitlab-ci.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fa4a590e..3ca70b09 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,7 +36,7 @@ build-fedora:
- tags
before_script:
- dnf update -y --nogpgcheck
- - dnf -y install --nogpgcheck $FEDORA_DEPENDENCIES
+ - dnf install -y --nogpgcheck $FEDORA_DEPENDENCIES
script:
- mkdir _build
- cd _build
@@ -52,8 +52,7 @@ abi-fedora:
- build-fedora
before_script:
- dnf update -y --nogpgcheck
- - dnf install -y --nogpgcheck $FEDORA_DEPENDENCIES
- - dnf install -y --nogpgcheck $FEDORA_DEPENDENCIES_ABI_CHECK
+ - dnf install -y --nogpgcheck $FEDORA_DEPENDENCIES $FEDORA_DEPENDENCIES_ABI_CHECK
script:
- curl https://gitlab.freedesktop.org/hadess/check-abi/-/raw/main/contrib/check-abi-fedora.sh | bash
- check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)