Skip to content

Commit

Permalink
Merge pull request #207 from splunk/fix-schema
Browse files Browse the repository at this point in the history
fix: include schema and notice file in pip package
  • Loading branch information
harshpatel-crest authored May 31, 2021
2 parents baf3bd9 + 7b67c81 commit a7597e9
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 a7597e9

Please sign in to comment.