Skip to content

Commit

Permalink
Remove debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Nov 15, 2018
1 parent 486179d commit d930c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ workflows:
name: publish_latest
context: orb-tools
version: "dev:${CIRCLE_BRANCH}"
pre-steps:
- run: circleci --help
- run: circleci version
<<: [*master_filter, *use_alpine_version]

release_orb:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

[![CircleCI](https://circleci.com/gh/gofunky/orbtools/tree/master.svg?style=shield)](https://circleci.com/gh/gofunky/orbtools/tree/master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/898651c3ae214805b87852f3b39e83de)](https://www.codacy.com/app/gofunky/orbtools?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=gofunky/orbtools&amp;utm_campaign=Badge_Grade)
![GitHub last commit](https://img.shields.io/github/last-commit/gofunky/orbtools.svg)
[![GitHub License](https://img.shields.io/github/license/gofunky/orbtools.svg)](https://github.com/gofunky/orbtools/blob/master/LICENSE)
[![Microbadger Version](https://images.microbadger.com/badges/version/gofunky/orbtools.svg)](https://microbadger.com/images/gofunky/orbtools "Docker Version")
[![Microbadger Layers](https://images.microbadger.com/badges/image/gofunky/orbtools.svg)](https://microbadger.com/images/gofunky/orbtools "Docker Layers")
[![Orb Docs](https://img.shields.io/badge/orb-docs-blue.svg)](https://circleci.com/orbs/registry/orb/gofunky/orbtools)
[![Docker Pulls](https://img.shields.io/docker/pulls/gofunky/orbtools.svg)](https://hub.docker.com/r/gofunky/orbtools)
![GitHub last commit](https://img.shields.io/github/last-commit/gofunky/orbtools.svg)
[![GitHub License](https://img.shields.io/github/license/gofunky/orbtools.svg)](https://github.com/gofunky/orbtools/blob/master/LICENSE)

An orb that lets you publish orbs effortlessly.

0 comments on commit d930c47

Please sign in to comment.