We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6545aea commit 3f1f0abCopy full SHA for 3f1f0ab
Makefile
@@ -13,7 +13,7 @@ endif
13
GOCMD=go
14
GOINSTALL=$(GOCMD) install
15
GOTEST=$(GOCMD) test
16
-DEP=dep
+DEP=dep
17
18
all: build
19
README.md
@@ -56,7 +56,7 @@ This work is still in progress. See the development plan.
56
- [ ] Ability to install as a RPM package
57
- [ ] Ability to install as a Brew package
58
59
-### [`v2.0`](https://github.com/leopardslab/Dunner/milestone/3)
+### [`v2.0`](https://github.com/leopardslab/dunner/milestone/3)
60
- [ ] Ability to Dry Run
61
- [ ] Ability to verfiy the `.dunner.yaml` file
62
- [ ] Ability to define multiple commands for the same step
0 commit comments