From 40ff553e8547d8cb5ae40fadae772750af052558 Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Tue, 9 Mar 2021 14:43:00 -0500 Subject: [PATCH] ci: update config for nomad main branch rename --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0f41679b5..58964ad2d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -520,13 +520,13 @@ jobs: - run: *notify-slack-failure # run integration tests on nomad/master - nomad-integration-master: + nomad-integration-main: docker: - image: *GOLANG_IMAGE environment: <<: *ENVIRONMENT NOMAD_WORKING_DIR: /go/src/github.com/hashicorp/nomad - NOMAD_VERSION: master + NOMAD_VERSION: main steps: *NOMAD_INTEGRATION_TEST_STEPS build-website-docker-image: @@ -1054,7 +1054,7 @@ workflows: - dev-upload-docker: <<: *dev-upload context: consul-ci - - nomad-integration-master: + - nomad-integration-main: requires: - dev-build - nomad-integration-0_8: