From 2821e3222cde688dfb700c52f9e2d3db48a407bc Mon Sep 17 00:00:00 2001 From: spencergibb Date: Fri, 8 May 2020 13:36:21 -0400 Subject: [PATCH] set current branch for test --- docs/src/test/bats/ghpages.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/test/bats/ghpages.bats b/docs/src/test/bats/ghpages.bats index a7a6f045..05cf0d8a 100644 --- a/docs/src/test/bats/ghpages.bats +++ b/docs/src/test/bats/ghpages.bats @@ -84,7 +84,7 @@ export -f printing_git_with_remotes export -f stubbed_git @test "should upload the built docs to the root of gh-pages for snapshot versions" { - export CURRENT_BRANCH=master + export BRANCH=master export GIT_BIN="stubbed_git" export SOURCE_FUNCTIONS="" export RELEASER_GIT_OAUTH_TOKEN="mytoken"