Skip to content
This repository was archived by the owner on Jun 11, 2021. It is now read-only.

Commit 57708d0

Browse files
authored
Merge pull request #10 from devopsmakers/refactor_0819
Major Release
2 parents a6dcdc2 + f1c697e commit 57708d0

File tree

694 files changed

+127036
-6815
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

694 files changed

+127036
-6815
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: build_and_test
2121
command: |
2222
go build -v
23-
go test -v
23+
go test -v ./...
2424
deploy:
2525
<<: *defaults
2626
steps:

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
.DS_Store
1515

1616
# Terrafile output
17-
vendor/xterrafile
17+
vendor/modules
1818
xterrafile
19+
test/tmp/
20+
21+
# Don't ignore the beautiful code
22+
!pkg/xterrafile

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
builds:
2+
- env:
3+
- CGO_ENABLED=0
24
-
35
ldflags:
46
- -s -w -X github.com/devopsmakers/xterrafile/cmd.version={{.Version}} -X github.com/devopsmakers/xterrafile/cmd.commit={{.ShortCommit}} -X github.com/devopsmakers/xterrafile/cmd.date={{.Date}}

0 commit comments

Comments
 (0)