Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nsalem95 committed Feb 24, 2021
1 parent 035d8f4 commit ba314b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/luis_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ jobs:
bf luis:application:list --subscriptionKey $LUISAuthoringKey --endpoint $LUISAuthoringEndpoint | \
jq -c '.[] | select(.name | . and contains('\"$LUIS_MASTER_APP_NAME\"')) | .id' | \
xargs -I {} echo "LUISAppId={}" >> $GITHUB_ENV
echo [ ${#LUISAppId} -e 36 ]
echo "LUISAppExists=[ ${#LUISAppId} -e 36 ]" >> $GITHUB_ENV
echo [ ${#LUISAppId} -eq 36 ]
echo "LUISAppExists=[ ${#LUISAppId} -eq 36 ]" >> $GITHUB_ENV
echo $LUISAppExists
# create application if necessary
- name: Create application if doesn't exist
Expand Down
1 change: 0 additions & 1 deletion luis-app/model.lu
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- my nearest airport is manchester
- the easter holiday is early april this year
- the swiss alps is one of my favorite places
- usually i work from home


## RequestVacation
Expand Down

0 comments on commit ba314b3

Please sign in to comment.