Skip to content

Commit 3fc9bec

Browse files
committed
fix publish
1 parent b70b72f commit 3fc9bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- run:
8282
name: Import Tests using BATS
8383
command: |
84-
export BATS_IMPORT_DEV_ORB="eddiewebb/<<pipeline.parameters.orbname>>@dev:${PR_NUMBER}"
84+
export BATS_IMPORT_DEV_ORB="eddiewebb/<<pipeline.parameters.orbname>>@dev:${PR_NUMBER:-${CIRCLE_BRANCH}}"
8585
export BATS_TEST_LIST=$(bats -l test | circleci tests split --split-by=timings | tr '\n' ' ')
8686
echo "This node will run ${BATS_TEST_LIST}"
8787
mkdir -p reports

0 commit comments

Comments
 (0)