ci: update config for nomad main branch rename

This commit is contained in:
Daniel Nephin 2021-03-09 14:43:00 -05:00
parent 848314782e
commit 40ff553e85
1 changed files with 3 additions and 3 deletions

View File

@ -520,13 +520,13 @@ jobs:
- run: *notify-slack-failure - run: *notify-slack-failure
# run integration tests on nomad/master # run integration tests on nomad/master
nomad-integration-master: nomad-integration-main:
docker: docker:
- image: *GOLANG_IMAGE - image: *GOLANG_IMAGE
environment: environment:
<<: *ENVIRONMENT <<: *ENVIRONMENT
NOMAD_WORKING_DIR: /go/src/github.com/hashicorp/nomad NOMAD_WORKING_DIR: /go/src/github.com/hashicorp/nomad
NOMAD_VERSION: master NOMAD_VERSION: main
steps: *NOMAD_INTEGRATION_TEST_STEPS steps: *NOMAD_INTEGRATION_TEST_STEPS
build-website-docker-image: build-website-docker-image:
@ -1054,7 +1054,7 @@ workflows:
- dev-upload-docker: - dev-upload-docker:
<<: *dev-upload <<: *dev-upload
context: consul-ci context: consul-ci
- nomad-integration-master: - nomad-integration-main:
requires: requires:
- dev-build - dev-build
- nomad-integration-0_8: - nomad-integration-0_8: