summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-02-11 23:41:18 +0100
committerFedja Beader <fedja@protonmail.ch>2024-02-11 23:41:18 +0100
commitffe9bbf9de167466eb39dfb7711bcf61aaf55755 (patch)
treed2ba3c537e7f55d5180be01bcf3e3dabb747a5d5
parent4254c5424b781ade2fc8051884fd2686e082322d (diff)
downloadtmwa-ffe9bbf9de167466eb39dfb7711bcf61aaf55755.tar.gz
tmwa-ffe9bbf9de167466eb39dfb7711bcf61aaf55755.tar.bz2
tmwa-ffe9bbf9de167466eb39dfb7711bcf61aaf55755.tar.xz
tmwa-ffe9bbf9de167466eb39dfb7711bcf61aaf55755.zip
Hmm, perhaps this check will yield results
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1c9d25d..330bd47 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,6 +14,8 @@ variables: &base_vars
- apt-get update
- apt-get install -y -qq $INSTALL_PACKAGES $DEBIAN_COMMON_PACKAGES
- apt-cache search gdb
+ # https://askubuntu.com/questions/340530/how-can-i-check-the-available-version-of-a-package-in-the-repositories
+ - apt-cache policy gdb
- exit 1
- locale
# Ubuntu 18.04 has busted locales. LANG and all LC_* are empty.