Skip to content

Commit

Permalink
Merge pull request #1813 from projectcalico/upgrade-circle-ci
Browse files Browse the repository at this point in the history
Upgrade CircleCI to v2.0
  • Loading branch information
tomdee authored Mar 1, 2018
2 parents 00569f5 + 0ece781 commit 11e2fa8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
jobs:
build:
machine: true
working_directory: ~/projectcalico/calicoctl
environment:
CIRCLE_ARTIFACTS: ~/projectcalico/calicoctl/dist
steps:
- checkout
- run: make dist/calicoctl
- store_artifacts:
path: ~/projectcalico/calicoctl/dist

14 changes: 0 additions & 14 deletions circle.yml

This file was deleted.

0 comments on commit 11e2fa8

Please sign in to comment.