Skip to content

Commit baac319

Browse files
author
Amit Kumar Das
authored
feat(daction): rename commander to daction (#160)
This commit also removes the other tools which are now not needed Signed-off-by: AmitKumarDas <[email protected]>
1 parent 84e035e commit baac319

38 files changed

+198
-2352
lines changed

.github/workflows/release-docker.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66
- 'v[0-9]+.[0-9]+.[0-9]+'
77
jobs:
88
release-docker:
9-
name: Release Docker Image
9+
name: Release docker dope image
1010
runs-on: ubuntu-18.04
1111
steps:
1212
- name: Checkout Code
1313
uses: actions/checkout@v2
14-
- name: Setup Docker
14+
- name: Build push dope image
1515
uses: docker/build-push-action@v1
1616
with:
1717
username: ${{ secrets.DOCKER_USERNAME }}

.gitignore

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
/vendor/
2-
tools/commander/vendor/
3-
tools/recipe-api/vendor/
4-
tools/command-api/vendor/
2+
tools/d-action/vendor/
53
d-operators
64
test/bin/
75
test/kubebin/
86
test/e2e/uninstall-k3s.txt
97
uninstall-k3s.txt
108
dope
11-
dcmd
9+
daction

tools/command-api/Makefile

-21
This file was deleted.

tools/command-api/go.mod

-7
This file was deleted.

tools/command-api/go.sum

-107
This file was deleted.

0 commit comments

Comments
 (0)