diff options
-rw-r--r-- | .gitreview | 2 | ||||
-rw-r--r-- | build.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,4 +2,4 @@ host=gerrit.opnfv.org port=29418 project=functest-xtesting.git - +defaultbranch=stable/fraser @@ -8,7 +8,7 @@ set -xe repo=${REPO:-opnfv} -tag=${BRANCH:-latest} +tag=${BRANCH:-fraser} arch=${arch-"\ amd64 \ arm64"} |