Skip to content

Commit

Permalink
remove glide copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarthicks committed Oct 11, 2017
1 parent 456af4f commit 4e3ca52
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@ jobs:
workdir: "/go/src/github.com/zencoder/fastly-tokens"
steps:
- checkout
- restore_cache:
key: glide-{{ checksum "glide.lock" }}
- run:
name: Download vendored Go dependencies
command: glide install
- save_cache:
key: glide-{{ checksum "glide.lock" }}
paths:
- vendor
- run:
name: Install required tooling
command: |
Expand Down

0 comments on commit 4e3ca52

Please sign in to comment.