Matthew Fisher
50b838f9d3
fix(ci): only build Helm 2 off a tag
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Jintao Zhang
30bccea707
Upgrade to golang 1.13.3
...
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
5 years ago
Matthew Fisher
caff38ffa1
fix(generator): fixup package comment linting error
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
ialidzhikov
e5edbbee2e
Upgrade golang to 1.13
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
5 years ago
Matt Farina
6105acd3a8
Uploading KEYS file to azure along with dist files
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Matthew Fisher
95775d0c60
feat(ci): push release assets to Azure and GCS
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Tariq Ibrahim
4bd361746c
use the latest patch release version of golang
...
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
6 years ago
ialidzhikov
ae48e53e29
Update golang version
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
6 years ago
ialidzhikov
470203a173
Update golang version
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
6 years ago
tariqibrahim
528dc95521
update docker version and golang image version in helm
...
Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
6 years ago
Helgi Þormar Þorbjörnsson
0029708801
test and build with golang 1.11 ( #4637 )
...
linters were failing with: pkg/urlutil/urlutil_test.go:1:⚠️ file is not gofmted with -s (gofmt)
Signed-off-by: Helgi Þorbjörnsson <helgith@gmail.com>
6 years ago
Matthew Fisher
2d77db11fa
change copyright to "Copyright The Helm Authors"
6 years ago
Matthew Fisher
e73c82f51e
bump go to 1.10
7 years ago
Matthew Fisher
cc7ee84998
remove deprecated -e flag to `docker login`
7 years ago
Matthew Fisher
286c902572
fix(circle): fix download link to download.docker.com
...
Docker stopped releasing binaries to get.docker.com as of 17.03.0-ce. They are all hosted at download.docker.com now.
I also had to downgrade docker to 17.09.0-ce because that's the only version that both download.docker.com and
CircleCI support.
https://download.docker.com/linux/static/stable/x86_64/
https://circleci.com/docs/2.0/building-docker-images/#docker-version
7 years ago
Matthew Fisher
f7e078ca29
bump docker to 17.11.0-ce
7 years ago
Matthew Fisher
d28d1756f8
exit zero on non-master branch
...
While we still don't want to upload to GCS/GCR, we also don't want the CI run to fail because we are just skipping the step. This is most usually seen in the `release-X.Y` branches cut every minor release.
7 years ago
Matthew Fisher
8f3b734cf1
install zip
7 years ago
Matt Farina
4c7617a76e
fix(circleci): Fixing the glide/vendor cache so it is used by glide
...
This commit does a few things:
* It moves the information being cached to be the glide cache.
This will make the glide install process faster.
* The cache is restored from prior to installing the dependencies.
7 years ago
Matthew Fisher
f4f932fabd
fix circle not building tags
...
CircleCI recently skipped building tags by default, so we need to
explicitly enable it.
See https://circleci.com/docs/2.0/configuration-reference/#tags
7 years ago
Adam Reese
8e13a5bd1f
fix(ci): move deploy instructions to build job
...
https://circleci.com/docs/2.0/configuration-reference/#deploy
7 years ago
Maciej Kwiek
4e97017213
CircleCI 2 config
7 years ago