From ac831f2d4986991080390264ff079b0626689a11 Mon Sep 17 00:00:00 2001 From: Nikkoura Date: Sun, 29 Dec 2019 16:15:00 +0100 Subject: [PATCH] fix(ci-build): Allow build for forked repository --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cc2b806..990c9e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ jobs: arch: amd64 os: linux node_js: lts/* - if: tag IS blank AND branch = master AND type != pull_request AND fork = false + if: tag IS blank AND branch = master AND type != pull_request script: - build/autotag.sh @@ -45,7 +45,7 @@ jobs: arch: amd64 os: linux language: shell - if: tag IS present and fork = false + if: tag IS present workspaces: use: - docker-image-amd64