From 0f7ff1636d223694e68ec3c50801a0b25fb006c0 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Sat, 7 Mar 2020 11:17:25 +0000 Subject: [PATCH] CI: Fix typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f5a6701..2fac2003 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -92,5 +92,5 @@ check_release: refs: - master script: - - apt-get install git python3 + - apt-get -y install git python3 - (head -n 1 ./debian/changelog && git tag) | ./debian/check_release.py