Skip to content

Commit

Permalink
change it to main (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockb1017 authored Oct 14, 2020
1 parent eec8589 commit f6553f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
command: |
bundle exec rake test -t -v
func_test_master:
func_test_main:
docker:
- image: circleci/ruby:2.6.1-node-browsers
working_directory: ~/repo
Expand All @@ -52,7 +52,7 @@ jobs:
- run:
name: trigger
command: |
.circleci/trigger_func_test.sh master
.circleci/trigger_func_test.sh main
func_test_develop:
docker:
Expand All @@ -76,11 +76,11 @@ workflows:
branches:
ignore:
- /^release\/.*/
- master
- main
- unit_test:
requires:
- build
- func_test_master:
- func_test_main:
requires:
- unit_test
- func_test_develop:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/trigger_func_test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# trigger SCK 'master' branch to introduce this new image from this commit
# trigger SCK 'main' branch to introduce this new image from this commit
# to working version of every other component.
ORGANIZATION=splunk
PROJECT=splunk-connect-for-kubernetes
Expand Down

0 comments on commit f6553f0

Please # to comment.