Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mlabouardy authored Apr 22, 2019
1 parent 9e4f513 commit 0303aeb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
version: 2.1
jobs:
build_frontend:
branches:
only:
- master
- develop
docker:
- image: circleci/node:8.10-stretch-browsers
working_directory: ~/komiser
Expand All @@ -27,10 +23,6 @@ jobs:
paths:
- dist
build_cli:
branches:
only:
- master
- develop
docker:
- image: golang:1.10.3
working_directory: /go/src/github.com/mlabouardy/komiser
Expand Down Expand Up @@ -78,10 +70,6 @@ jobs:
command: aws s3 cp policy.json s3://komiser/policy.json --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers

build_docker:
branches:
only:
- master
- develop
docker:
- image: docker:18.09.1-ce
steps:
Expand Down

0 comments on commit 0303aeb

Please sign in to comment.