Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
fix(ci-build): Allow build for forked repository
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkoura committed Dec 29, 2019
1 parent fa056ab commit ac831f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ 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

- stage: push
arch: amd64
os: linux
language: shell
if: tag IS present and fork = false
if: tag IS present
workspaces:
use:
- docker-image-amd64
Expand Down

0 comments on commit ac831f2

Please sign in to comment.