Skip to content

Commit

Permalink
Merge pull request #9853 from hashicorp/dnephin/fix-ci-nomad-integ
Browse files Browse the repository at this point in the history
ci: update config for nomad main branch rename
  • Loading branch information
dnephin authored and hashicorp-ci committed Mar 9, 2021
1 parent 2c4bd40 commit 7235b19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -456,13 +456,13 @@ jobs:
path: *TEST_RESULTS_DIR

# run integration tests on nomad/master
nomad-integration-master:
nomad-integration-main:
docker:
- image: circleci/golang:1.14
environment:
<<: *ENVIRONMENT
NOMAD_WORKING_DIR: /go/src/github.com/hashicorp/nomad
NOMAD_VERSION: master
NOMAD_VERSION: main
steps: *NOMAD_INTEGRATION_TEST_STEPS

build-website:
Expand Down Expand Up @@ -769,7 +769,7 @@ workflows:
- dev-upload-docker:
<<: *dev-upload
context: consul-ci
- nomad-integration-master:
- nomad-integration-main:
requires:
- dev-build
- nomad-integration-0_8:
Expand Down

0 comments on commit 7235b19

Please sign in to comment.