mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-03 20:39:29 -05:00
* new-from-rev option is showing inconsistent results on circle and locally. This change moves to a custom command `script/lint.sh` that gets a list of added go files and pipes them to golangci-lint for testing. * Add a git fetch as a step before retrieving merge-base changes to fix the issue described at https://discuss.circleci.com/t/checkout-script-adds-commits-to-master-from-circle-branch/14194/2 * Moved source code out of GOPATH to ensure go mod support and reduce the risk of having golangci-lint trying to scan all of the files within GOPATH. This was an issue in the past, in changing it I found less OOM issues on circle. |
||
|---|---|---|
| .. | ||
| build.ps1 | ||
| build.sh | ||
| codesign_example.sh | ||
| dist.sh | ||
| generate-plugins.go | ||
| lint.sh | ||
| off_gopath.sh | ||
| prepare_changelog.sh | ||
| sign.sh | ||
| sort-md-list.py | ||
| vagrant-freebsd-priv-config.sh | ||
| vagrant-freebsd-unpriv-bootstrap.sh | ||
| vagrant-linux-priv-config.sh | ||
| vagrant-linux-priv-go.sh | ||
| vagrant-linux-unpriv-bootstrap.sh | ||