Skip to content

Commit

Permalink
ci(gitlab): temporary ignore some jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Jan 24, 2024
1 parent 8359dda commit 792613b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Expand Up @@ -119,14 +119,14 @@ archlinux:
- pacman -Syu --noconfirm --noprogressbar which grep make python-pip pass
dbus gnome-keyring file pandoc python-setuptools

ubuntu:
.ubuntu:
image: ubuntu:24.04
extends: .distribution
before_script:
- apt-get update -q && apt-get install -y make gpg pass python3-pip grep wget
dbus gnome-keyring pandoc

debian:
.debian:
image: debian
extends: .distribution
before_script:
Expand Down

0 comments on commit 792613b

Please sign in to comment.