Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Niraj more ci (#54)
Browse files Browse the repository at this point in the history
* Trying CI

* Adding description

* Trying a better library

* moving to a job

* fixing typo

* fixing config

* another fix

* Another one

* Switching to my orb

* fixing merge

* fix

* Trying docker

* fixing name

* Alpha orb

* Fix typo
  • Loading branch information
nirajjayant authored Dec 12, 2019
1 parent a924b42 commit a6750c9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
swissknife: roopakv/swissknife@0.15.0
swissknife: roopakv/swissknife@dev:alpha
jobs:
build-and-test:
docker:
Expand Down Expand Up @@ -34,9 +34,7 @@ jobs:
- image: circleci/golang:1.13
steps:
- swissknife/publish_github_release:
tag: v1.0.3-$CIRCLE_BUILD_NUM


tag: v1.0.3.$CIRCLE_BUILD_NUM

workflows:
version: 2.1
Expand Down

0 comments on commit a6750c9

Please sign in to comment.