From 851c580cf536b0bab60d26b42ae18afc18565475 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 19 Dec 2018 12:55:53 +0100 Subject: [PATCH] gitlab-ci: Run the Windows machines for me too Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 24e3ba2b..d2debf15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -454,6 +454,7 @@ visualstudio/x86_64: - branches@libssh/libssh-mirror - branches@ansasaki/libssh-mirror - branches@cryptomilk/libssh-mirror + - branches@jjelen/libssh-mirror artifacts: expire_in: 1 week when: on_failure @@ -480,6 +481,7 @@ visualstudio/x86: - branches@libssh/libssh-mirror - branches@ansasaki/libssh-mirror - branches@cryptomilk/libssh-mirror + - branches@jjelen/libssh-mirror artifacts: expire_in: 1 week when: on_failure