From 4ef54a459c291f1ea259379af5ce0021e295abb3 Mon Sep 17 00:00:00 2001 From: Tomas Pecka <peckato1@fit.cvut.cz> Date: Tue, 9 Jul 2019 16:50:57 +0200 Subject: [PATCH] CI: Fix --- .gitlab-ci.yml | 1 - extra/distro/arch/nightly/PKGBUILD | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33b23f737c..c1a2f07a4b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,7 +93,6 @@ test:archlinux: image: gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/ci-docker-images/alt-builder:latest except: - tags - - branches #TODO .build:builder: <<: *distro_builder diff --git a/extra/distro/arch/nightly/PKGBUILD b/extra/distro/arch/nightly/PKGBUILD index 0a79afd740..2950f00c44 100644 --- a/extra/distro/arch/nightly/PKGBUILD +++ b/extra/distro/arch/nightly/PKGBUILD @@ -3,7 +3,7 @@ pkgname=('algorithms-library-nightly' 'algorithms-library-gui-nightly') pkgbase='automata-library' -pkgver=0.0.0.r521.g362073025 +pkgver=0.0.0.r515.gc4bc905a4 pkgrel=1 pkgdesc='Theoretical computer science datastructures and algorithms implementation. The library provides graphical and console interface similar to bash with many classical algorithms manipulating automata, grammars, regular expressions, trees and strings.' -- GitLab