Master -> main
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user