Skip to content

Commit

Permalink
jest: add a UFSV_LOCAL env var for customized local/unfurl.yaml in th…
Browse files Browse the repository at this point in the history
…e dashboard.
  • Loading branch information
aszs committed Jan 17, 2024
1 parent c3743e1 commit 83f6390
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ufsv-patch/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ back=$PWD
cd $UNFURL_SERVER_CWD
git checkout .
git remote remove origin || true
if [ -n "$UFSV_LOCAL" ]
then
mkdir local
cp $UFSV_LOCAL local/unfurl.yaml
fi
default_oc_url=https://unfurl.cloud
# git remote add origin ${OC_URL:-$default_oc_url}/jest/dashboard
cd $back

0 comments on commit 83f6390

Please sign in to comment.