Skip to content

Commit

Permalink
Change references to old default branch master to new default branch …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
greg-1-anderson committed Aug 21, 2020
1 parent 5421f9a commit d0ad92d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .circleci/config.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
command: ./.circleci/set-up-globals.sh
- run:
name: Test D7 with GitHub
command: ./.circleci/test-github-repo.sh "pantheon-systems/example-drops-7-composer:dev-master"
command: ./.circleci/test-github-repo.sh "pantheon-systems/example-drops-7-composer:dev-main"
- run:
name: Watch CircleCI tests
command: ./.circleci/watch-circle.sh
Expand All @@ -74,7 +74,7 @@ jobs:
command: ./.circleci/cleanup-fixtures.sh fail

# Note that we do more work on the Drupal 8 + GitHub test than in other permutations.
# We test creating a PR and merging it to master here, but omit those tests
# We test creating a PR and merging it to main here, but omit those tests
# elsewhere in the interest of saving testing time.
test_drupal_8_github:
<<: *defaults
Expand All @@ -91,7 +91,7 @@ jobs:
command: terminus --version
- run:
name: Test D8 with GitHub
command: ./.circleci/test-github-repo.sh "pantheon-systems/example-drops-8-composer:dev-master"
command: ./.circleci/test-github-repo.sh "pantheon-systems/example-drops-8-composer:dev-main"
- run:
name: Watch CircleCI tests after build:project:create
command: ./.circleci/watch-circle.sh
Expand All @@ -105,8 +105,8 @@ jobs:
name: Watch CircleCI tests after build:project:repair
command: ./.circleci/watch-circle.sh
- run:
name: Test merge to master
command: ./.circleci/test-merge-master.sh
name: Test merge to main
command: ./.circleci/test-merge-main.sh
- run:
name: Clean up D8 GitHub fixtures after pass
command: ./.circleci/cleanup-fixtures.sh ok
Expand All @@ -127,7 +127,7 @@ jobs:
command: ./.circleci/set-up-globals.sh
- run:
name: Test WordPress with GitLab
command: ./.circleci/test-gitlab-repo.sh "pantheon-systems/example-drops-8-composer:dev-master" gitlabci
command: ./.circleci/test-gitlab-repo.sh "pantheon-systems/example-drops-8-composer:dev-main" gitlabci
- run:
name: Watch GitLab CI tests
command: ./.circleci/watch-gitlabci.sh
Expand All @@ -149,7 +149,7 @@ jobs:
- run:
name: Test D8 with BitBucket
command: echo "BitBucket test skipped"
#command: ./.circleci/test-bitbucket-repo.sh "pantheon-systems/example-drops-8-composer:dev-master"
#command: ./.circleci/test-bitbucket-repo.sh "pantheon-systems/example-drops-8-composer:dev-main"
- run:
name: Watch CircleCI tests
command: echo "Skipping the watch-cicle step too"
Expand All @@ -163,7 +163,7 @@ jobs:
command: ./.circleci/cleanup-fixtures.sh fail

# Note that we do more work on the WordPress + GitHub test than in other permutations.
# We test creating a PR and merging it to master here, but omit those tests
# We test creating a PR and merging it to main here, but omit those tests
# elsewhere in the interest of saving testing time.
test_wordpress_github:
<<: *defaults
Expand All @@ -178,7 +178,7 @@ jobs:
command: echo "StrictHostKeyChecking no" >> "$HOME/.ssh/config"
- run:
name: Test WordPress with GitHub
command: ./.circleci/test-github-repo.sh "pantheon-systems/example-wordpress-composer:dev-master" --use-ssh
command: ./.circleci/test-github-repo.sh "pantheon-systems/example-wordpress-composer:dev-main" --use-ssh
- run:
name: Watch CircleCI tests after build:project:create
command: ./.circleci/watch-circle.sh
Expand All @@ -192,8 +192,8 @@ jobs:
name: Watch CircleCI tests after build:project:repair
command: ./.circleci/watch-circle.sh
- run:
name: Test merge to master
command: ./.circleci/test-merge-master.sh
name: Test merge to main
command: ./.circleci/test-merge-main.sh
- run:
name: Clean up WordPress GitHub fixtures after pass
command: ./.circleci/cleanup-fixtures.sh ok
Expand All @@ -215,7 +215,7 @@ jobs:
command: echo "StrictHostKeyChecking no" >> "$HOME/.ssh/config"
- run:
name: Test WordPress with GitLab
command: ./.circleci/test-gitlab-repo.sh "pantheon-systems/example-wordpress-composer:dev-master" gitlabci
command: ./.circleci/test-gitlab-repo.sh "pantheon-systems/example-wordpress-composer:dev-main" gitlabci
- run:
name: Watch GitLab CI tests
command: ./.circleci/watch-gitlabci.sh
Expand All @@ -240,7 +240,7 @@ jobs:
- run:
name: Test D8 with BitBucket
command: echo "BitBucket test skipped"
#command: ./.circleci/test-bitbucket-repo.sh "pantheon-systems/example-wordpress-composer:dev-master"
#command: ./.circleci/test-bitbucket-repo.sh "pantheon-systems/example-wordpress-composer:dev-main"
- run:
name: Watch CircleCI tests
command: echo "Skipping the watch-cicle step too"
Expand Down

0 comments on commit d0ad92d

Please sign in to comment.