From 7efdefed4bf437e2189f178660f9a964b8dd07d9 Mon Sep 17 00:00:00 2001 From: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com> Date: Tue, 29 Oct 2019 09:57:13 +0100 Subject: [PATCH] TSK-938: enabled deployment stage for taskana/taskana --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index c825f6f34..01203e9db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,12 +20,10 @@ cache: stages: - name: Compile - name: Test - - name: "Release / Deploy" - if: repo = env(DEPLOY_REPO) AND (tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ OR branch = master) AND type != pull_request + - name: Release / Deploy + if: repo = 'Taskana/taskana' AND (tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ OR branch = master) AND type != pull_request env: - global: - - DEPLOY_REPO=Taskana/taskana matrix: - DB=H2 - DB=DB2_10_5 @@ -81,7 +79,7 @@ matrix: script: ci/compile.sh $MODULE before_cache: rm -rf $HOME/.m2/repository/pro/taskana - - stage: "Release / Deploy" + - stage: Release / Deploy name: release / deploy / commit before_install: | openssl aes-256-cbc -K "$encrypted_21a5d40e43a3_key" -iv "$encrypted_21a5d40e43a3_iv" \