Skip to content

Commit

Permalink
include ftr branches in build test in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Mar 1, 2019
1 parent 9484516 commit 543108c
Showing 1 changed file with 3 additions and 30 deletions.
33 changes: 3 additions & 30 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ steps:
when:
event:
- push
- pull-request
branch:
exclude:
- release
- develop
- gh-pages
- rc/*
- ftr/*

- name: deploy-preview
image: tujoworker/docker-node-puppeteer
Expand Down Expand Up @@ -51,40 +53,11 @@ steps:
when:
event:
- push
- pull-request
branch:
include:
- develop
- rc/*

- name: deploy-pull-preview
image: tujoworker/docker-node-puppeteer
environment:
FIGMA_MAIN_FILE:
from_secret: FIGMA_MAIN_FILE
FIGMA_TOKEN:
from_secret: FIGMA_TOKEN
GH_EMAIL:
from_secret: GH_EMAIL
GH_NAME:
from_secret: GH_NAME
GH_TOKEN:
from_secret: GH_TOKEN
commands:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.13.0
- export PATH="$HOME/.yarn/bin:$PATH"
- yarn install
- yarn audit-ci
- yarn lint-ci
- yarn test-ci
- yarn prepublish-ci
- yarn build-ci
- yarn test-ci-screenshots
when:
event:
- push
- pull-request
branch:
include:
- ftr/*

- name: deploy-release
Expand Down

0 comments on commit 543108c

Please sign in to comment.