Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit c089663

Browse files
committed
temporarily remove branch check for debugging
1 parent 36f0197 commit c089663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run:
2626
name: Upload FOSSA analysis (from master only)
2727
command: |
28-
if [[ ( -n "$FOSSA_API_KEY" ) && ( "$CIRCLE_BRANCH" == "master" ) ]]; then
28+
if [[ ( -n "$FOSSA_API_KEY" ) ]]; then
2929
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | sudo bash;
3030
fossa init;
3131
FOSSA_API_KEY=$FOSSA_API_KEY fossa -p java-client;

0 commit comments

Comments
 (0)