force file mode on write (and update deps)
This commit is contained in:
14
modd.conf
14
modd.conf
@ -1,8 +1,10 @@
|
||||
**/*.go layer/**/* test-vm update-test-data {
|
||||
prep: go test ./pkg/... ./cmd/dkl
|
||||
prep: CGO_ENABLED=0 go build ./cmd/dkl
|
||||
prep: ./update-test-data
|
||||
daemon: ./test-vm 1
|
||||
daemon: ./test-vm 2
|
||||
daemon: ./test-vm 3
|
||||
prep: go test ./... #./pkg/... ./cmd/dkl
|
||||
prep: mkdir -p dist
|
||||
prep: CGO_ENABLED=0 go build -o dist ./cmd/...
|
||||
|
||||
#prep: ./update-test-data
|
||||
#daemon: ./test-vm 1
|
||||
#daemon: ./test-vm 2
|
||||
#daemon: ./test-vm 3
|
||||
}
|
||||
|
Reference in New Issue
Block a user