Master -> main

This commit is contained in:
Marcin Grzejszczak
2021-05-05 10:32:21 +02:00
parent 085f29e7bf
commit 55586ac6fd
8 changed files with 20 additions and 20 deletions

View File

@@ -4,9 +4,9 @@ set -o errexit
mkdir -p target
SCRIPT_URL="https://raw.githubusercontent.com/spring-cloud-samples/brewery/master/runAcceptanceTests.sh"
SCRIPT_URL="https://raw.githubusercontent.com/spring-cloud-samples/brewery/main/runAcceptanceTests.sh"
AT_WHAT_TO_TEST="SLEUTH"
BRANCH_NAME="master"
BRANCH_NAME="main"
cd target

View File

@@ -5,7 +5,7 @@ set -o errexit
mkdir -p target
REPO_URL="https://github.com/spring-cloud-samples/sleuth-documentation-apps.git"
BRANCH_NAME="master"
BRANCH_NAME="main"
pushd target
git clone "${REPO_URL}"

View File

@@ -4,9 +4,9 @@ set -o errexit
mkdir -p target
SCRIPT_URL="https://raw.githubusercontent.com/spring-cloud-samples/brewery/master/runAcceptanceTests.sh"
SCRIPT_URL="https://raw.githubusercontent.com/spring-cloud-samples/brewery/main/runAcceptanceTests.sh"
AT_WHAT_TO_TEST="SLEUTH_STREAM"
BRANCH_NAME="master"
BRANCH_NAME="main"
cd target

View File

@@ -4,9 +4,9 @@ set -o errexit
mkdir -p target
SCRIPT_URL="https://raw.githubusercontent.com/spring-cloud-samples/brewery/master/runAcceptanceTests.sh"
SCRIPT_URL="https://raw.githubusercontent.com/spring-cloud-samples/brewery/main/runAcceptanceTests.sh"
AT_WHAT_TO_TEST="SLEUTH_STREAM"
BRANCH_NAME="master"
BRANCH_NAME="main"
cd target

View File

@@ -4,9 +4,9 @@ set -o errexit
mkdir -p target
SCRIPT_URL="https://raw.githubusercontent.com/spring-cloud-samples/brewery/master/runAcceptanceTests.sh"
SCRIPT_URL="https://raw.githubusercontent.com/spring-cloud-samples/brewery/main/runAcceptanceTests.sh"
AT_WHAT_TO_TEST="SLEUTH"
BRANCH_NAME="master"
BRANCH_NAME="main"
cd target