Terraform #53
Merged
Terraform #53
Travis CI / Travis CI - Branch
succeeded
Apr 12, 2024 in 2m 5s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the terraform branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has three jobs, running in parallel.
Job | Go | ENV | OS | State |
---|---|---|---|---|
497.1 | 1.18.x | GO111MODULE=on | Linux | passed |
497.2 | 1.19.x | GO111MODULE=on | Linux | passed |
497.3 | 1.20.x | GO111MODULE=on | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Go |
Operating System | Linux (Focal) |
Go Versions | 1.18.x, 1.19.x, 1.20.x |
Build Configuration
{
"language": "go",
"os": [
"linux"
],
"dist": "focal",
"go": [
"1.18.x",
"1.19.x",
"1.20.x"
],
"notifications": {
"email": [
{
"enabled": true
}
]
},
"env": [
"global={:GO111MODULE=>\"on\"}"
],
"before_install": [
"sudo apt-get update",
"pyenv global 3.9"
],
"install": [
"curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.51.2",
"curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(go env GOPATH)/bin"
],
"script": [
"make travis-ci"
],
"before_deploy": [
"nvm install 14",
"npm install",
"pip install --user bump2version"
],
"deploy": [
{
"provider": "script",
"script": "npm run semantic-release",
"skip_cleanup": true,
"on": {
"go": "1.18.x",
"branch": [
"main"
]
}
}
]
}
Loading