mirror of https://github.com/adamveld12/dracli
change semaphore stuff
parent
02e0c36f95
commit
6948203aa2
|
|
@ -6,18 +6,6 @@ agent:
|
|||
os_image: ubuntu1804
|
||||
|
||||
blocks:
|
||||
- name: "Build"
|
||||
task:
|
||||
env_vars:
|
||||
- name: APP_ENV
|
||||
value: prod
|
||||
jobs:
|
||||
- name: build
|
||||
commands:
|
||||
- checkout
|
||||
- make setup
|
||||
- make dev
|
||||
|
||||
- name: "Vet"
|
||||
task:
|
||||
jobs:
|
||||
|
|
@ -32,3 +20,15 @@ blocks:
|
|||
- checkout
|
||||
- make setup
|
||||
- echo "make lint"
|
||||
|
||||
- name: "Build"
|
||||
task:
|
||||
env_vars:
|
||||
- name: APP_ENV
|
||||
value: prod
|
||||
jobs:
|
||||
- name: build
|
||||
commands:
|
||||
- checkout
|
||||
- make setup
|
||||
- make dev
|
||||
|
|
|
|||
10
README.md
10
README.md
|
|
@ -1,10 +1,10 @@
|
|||
# DRACLI
|
||||
|
||||
[](http://godoc.org/github.com/adamveld12/drac)
|
||||
[](https://gowalker.org/github.com/adamveld12/drac)
|
||||
[](http://gocover.io/github.com/adamveld12/drac)
|
||||
[](https://goreportcard.com/report/github.com/adamveld12/drac)
|
||||
[](https://semaphoreci.com/adamveld12/drac)
|
||||
[](http://godoc.org/github.com/adamveld12/dracli)
|
||||
[](https://gowalker.org/github.com/adamveld12/dracli)
|
||||
[](http://gocover.io/github.com/adamveld12/dracli)
|
||||
[](https://goreportcard.com/report/github.com/adamveld12/dracli)
|
||||
[](https://semaphoreci.com/adamveld12/dracli)
|
||||
|
||||
A quick and dirty CLI/client library for the Integrated Dell Remote Access Controller v6.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue