-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
74 changed files
with
54 additions
and
54,497 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.DS_Store | ||
.env | ||
*.env | ||
|
||
# ignore vendor/ | ||
vendor/ | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,28 +18,27 @@ before_install: | |
- nvm install 12 | ||
- npm install -g [email protected] | ||
|
||
install: | ||
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.21.0 | ||
|
||
before_script: | ||
before_install: | ||
- openssl aes-256-cbc -K "$ghost_key" -iv "$ghost_iv" -in .ghostenv.enc -out .ghostenv -d || true | ||
- openssl aes-256-cbc -K $encrypted_3b05ea0a069c_key -iv $encrypted_3b05ea0a069c_iv -in .iam_access_groups_env.enc -out .iam_access_groups_env -d || true | ||
|
||
install: | ||
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.21.0 | ||
|
||
script: | ||
- go test `go list ./... | grep -v Samples` | ||
- go test `go list ./... | grep -v Samples` -tags=integration | ||
- golangci-lint run | ||
|
||
before_deploy: | ||
- pip install --user bump2version | ||
- npm install @semantic-release/changelog | ||
- npm install @semantic-release/exec | ||
- npm install @semantic-release/git | ||
- npm install @semantic-release/github | ||
|
||
deploy: | ||
- provider: script | ||
script: npx semantic-release | ||
skip_cleanup: true | ||
on: | ||
branch: master | ||
# before_deploy: | ||
# - pip install --user bump2version | ||
# - npm install @semantic-release/changelog | ||
# - npm install @semantic-release/exec | ||
# - npm install @semantic-release/git | ||
# - npm install @semantic-release/github | ||
# | ||
# deploy: | ||
# - provider: script | ||
# script: npx semantic-release | ||
# skip_cleanup: true | ||
# on: | ||
# branch: master |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.