Unverified Commit fd09517e authored by owaisrazi1012's avatar owaisrazi1012 Committed by GitHub

updating command to ignore grafonnet libb

parent af10a261
......@@ -31,7 +31,7 @@ jobs:
run: |
echo "Starting script for deploying to Jfrog"
files_list=$(find . -path ./grafonnet-lib -prune -o -name '*.jsonnet')
files_list=$(find . -type f -name "*.jsonnet" ! -path "./grafonnet-lib/*")
echo "Creating directory"
mkdir grafonnet
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment