Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
chore(build): Remove invalid circleCI keys
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Aug 22, 2018
1 parent 83a9311 commit 9390e2b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ defaults-cypress: &defaults-cypress
jobs:
checkout:
<<: *defaults-js
name: Checkout Project
steps:
- checkout
- run: *setup-artifacts
Expand All @@ -55,7 +54,6 @@ jobs:

install:
<<: *defaults-js
name: Install Project Dependencies
steps:
- attach_workspace:
at: ~/podlove-web-player
Expand All @@ -73,7 +71,6 @@ jobs:

docs-dev:
<<: *defaults-js
name: Generating Documentation
steps:
- attach_workspace:
at: ~/podlove-web-player
Expand All @@ -88,7 +85,6 @@ jobs:

docs-prod:
<<: *defaults-js
name: Generating Documentation
steps:
- attach_workspace:
at: ~/podlove-web-player
Expand All @@ -103,7 +99,6 @@ jobs:

build-dev:
<<: *defaults-js
name: Building Project
steps:
- attach_workspace:
at: ~/podlove-web-player
Expand All @@ -114,7 +109,6 @@ jobs:

build-prod:
<<: *defaults-js
name: Building Project
steps:
- attach_workspace:
at: ~/podlove-web-player
Expand All @@ -125,7 +119,6 @@ jobs:

test-lint:
<<: *defaults-js
name: Linting Project
steps:
- attach_workspace:
at: ~/podlove-web-player
Expand All @@ -137,7 +130,6 @@ jobs:

test-unit:
<<: *defaults-js
name: Unit Tests
steps:
- attach_workspace:
at: ~/podlove-web-player
Expand All @@ -150,15 +142,13 @@ jobs:

test-build:
<<: *defaults-js
name: Unit Tests
steps:
- attach_workspace:
at: ~/podlove-web-player
- run: yarn build

test-integration:
<<: *defaults-cypress
name: Integration Tests
steps:
- attach_workspace:
at: ~/podlove-web-player
Expand All @@ -172,7 +162,6 @@ jobs:

greenkeeper:
<<: *defaults-js
name: Updating Greenkeeper Lockfile
steps:
- attach_workspace:
at: ~/podlove-web-player
Expand All @@ -182,7 +171,6 @@ jobs:

deploy-staging:
<<: *defaults-js
name: Deploying to podlove-player.surge.sh
steps:
- attach_workspace:
at: ~/podlove-web-player
Expand All @@ -191,7 +179,6 @@ jobs:

deploy-production:
<<: *defaults-js
name: Deploying to docs.podlove.org/podlove-web-player
steps:
- attach_workspace:
at: ~/podlove-web-player
Expand All @@ -201,7 +188,6 @@ jobs:

publish-npm:
<<: *defaults-js
name: Publish npm package
steps:
- attach_workspace:
at: ~/podlove-web-player
Expand All @@ -213,7 +199,6 @@ jobs:

publish-cdn:
<<: *defaults-js
name: Publish to cdn.podlove.org
steps:
- attach_workspace:
at: ~/podlove-web-player
Expand Down

0 comments on commit 9390e2b

Please sign in to comment.