Skip to content

Commit

Permalink
fix(semver): added simple pipeline setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj Adhikari committed May 6, 2021
1 parent 292970e commit aaa63ad
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ version: 2.1

# Orb declarations
orbs:
win: circleci/windows@2.4.0
codecov: codecov/codecov@1.0.2

# Simple YAML anchors
Expand Down Expand Up @@ -40,15 +39,8 @@ commands:
shell:
type: string
default: "/bin/bash --login -eo pipefail"
pub-cache:
type: string
default: "~/.pub-cache"
steps:
- checkout
- restore_cache:
keys:
- v1.4-dependencies-{{ arch }}-{{ checksum "pubspec.lock" }}
- v1.4-dependencies-{{ arch }}-
- run:
name: Download deps
shell: << parameters.shell >>
Expand All @@ -57,11 +49,6 @@ commands:
name: Get junitreporter
shell: << parameters.shell >>
command: pub global activate junitreport
- save_cache:
key: v1.4-dependencies-{{ arch }}-{{ checksum "pubspec.lock" }}
paths:
- .dart_tool
- << parameters.pub-cache >>

######################
# Workflow Definition
Expand Down

0 comments on commit aaa63ad

Please sign in to comment.