Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdailey99 authored Oct 19, 2023
1 parent 567b198 commit ee5a7ce
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,10 @@ jobs:
## License check is optional in 2.11.2, will be mandatory in 2.11.3+
- name: Set License check to false for CLI
run: |
printenv
echo $HOME
echo $USER_HOME
find . -type d -name "Provar"
mkdir -p ${{ env.USER_HOME }}/Provar/.properties
echo "com.provar.licensecheck.cli=false" >> ${{ env.USER_HOME }}/Provar/.properties/provar.properties
#printenv
#find . -type d -name "Provar"
mkdir -p $HOME/Provar/.properties
echo "com.provar.licensecheck.cli=false" >> $HOME/Provar/.properties/provar.properties
- name: List Authenticated Orgs and Set Default Username
run: |
Expand Down

0 comments on commit ee5a7ce

Please sign in to comment.