Skip to content

Commit bb87c02

Browse files
authored
DEV: Exit early if api key is not available (#58)
1 parent 90bedd3 commit bb87c02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sync_docs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ docs
5252
end
5353
end
5454

55+
exit 0 if !DOCS_API_KEY
56+
5557
puts "Fetching remote info via data-explorer..."
5658
remote_topics = API.fetch_current_state
5759

0 commit comments

Comments
 (0)