mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
ci: remove circleci (#17502)
all of our workflows are in GitHub Actions now 🎉
This commit is contained in:
@@ -29,10 +29,6 @@ echo "${golang_version}" > .go-version
|
||||
# Specifically, we use "* instead of "?, which relies on GNU extension without much loss of
|
||||
# correctness in practice.
|
||||
|
||||
sed -i'' -e "s|/golang:[.0-9]*|/golang:${golang_version}|g" .circleci/config.yml
|
||||
sed -i'' -e "s|GOLANG_VERSION:[ \"]*[.0-9]*\"*|GOLANG_VERSION: ${golang_version}|g" \
|
||||
.circleci/config.yml
|
||||
|
||||
sed -i'' -e "s|GO_VERSION:[ \"]*[.0-9]*\"*|GO_VERSION: ${golang_version}|g" \
|
||||
.github/workflows/test-core.yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user