From: Martin Quinson Date: Wed, 3 Apr 2019 12:32:57 +0000 (+0200) Subject: gitlab-ci: only release the commits that are on the releases branch X-Git-Tag: v3.22.1~2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c3f37e234197c8e3d0b8e06221689f44251d5f50?ds=sidebyside gitlab-ci: only release the commits that are on the releases branch --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 720db9bb10..57f9c0603d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,8 +20,8 @@ ctest: - make VERBOSE=1 all tests && ctest --output-on-failure release: - #only: - #- schedules + only: + - releases script: - apt update && apt install -y binutils-x86-64-linux-gnu wget unzip zip # Build the linux version of the jarfile without the boost dependency