Skip to content
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.

Commit

Permalink
remove 'yarn test' task (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche authored and jhford committed Jul 13, 2017
1 parent dabda96 commit fc4be89
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,6 @@ metadata:
owner: '{{ event.head.user.email }}'
source: '{{ event.head.repo.url }}'
tasks:
- provisionerId: '{{ taskcluster.docker.provisionerId }}'
workerType: '{{ taskcluster.docker.workerType }}'
extra:
github:
events:
- pull_request.opened
- pull_request.synchronize
- pull_request.reopened
- push
branches:
- master
payload:
maxRunTime: 3600
image: 'node:6'
command:
- /bin/bash
- '--login'
- '-c'
- >-
git clone {{event.head.repo.url}} repo &&
cd repo &&
git config advice.detachedHead false &&
git checkout {{event.head.sha}} &&
yarn &&
yarn test
metadata:
name: taskcluster-client.py test run
description: Run library test suite
owner: '{{ event.head.user.email }}'
source: '{{ event.head.repo.url }}'
- provisionerId: '{{ taskcluster.docker.provisionerId }}'
workerType: '{{ taskcluster.docker.workerType }}'
extra:
Expand Down

0 comments on commit fc4be89

Please sign in to comment.