Skip to content

Commit

Permalink
fix: include schema and notice file in pip package
Browse files Browse the repository at this point in the history
  • Loading branch information
harshpatel-crest committed May 31, 2021
1 parent 92d0ad6 commit 7b67c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ jobs:
name: Get UI
command: |
./get-ucc-ui.sh
mkdir -p splunk_add_on_ucc_framework/package || true
tar -zxf splunk-ucc-ui.tgz -C splunk_add_on_ucc_framework/package
# Puts package and schema subdirs along with NOTICE (THIRDPARTY.npm)
tar -zxf splunk-ucc-ui.tgz -C splunk_add_on_ucc_framework/
- run:
name: Build
command: |
Expand Down

0 comments on commit 7b67c81

Please sign in to comment.