Skip to content

Commit

Permalink
Merge branch 'dev/robgruen/android_sans_MSAL' of https://github.com/m…
Browse files Browse the repository at this point in the history
…icrosoft/TypeAgent into dev/robgruen/android_sans_MSAL
  • Loading branch information
robgruen committed Nov 19, 2024
2 parents 63bf3b4 + 659be93 commit b66662c
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/dev-robgruen-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,38 @@ jobs:
- name: Setup Git LF
run: |
git config --global core.autocrlf false
- uses: actions/checkout@v4
with:
ref: dev/robgruen/android_sans_MSAL

- uses: 1arp/[email protected]
with:
path: ${{ github.workspace }}/ts/
isAbsolutePath: true
file: .env
content: ${{ secrets.DOCKER_DOT_ENV }}

# - uses: finnp/create-file-action@master
# env:
# FILE_NAME: ${{ github.workspace }}/ts/.env
# FILE_DATA:

- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
ts:
- "ts/**"
- ".github/workflows/build-ts.yml"
- uses: pnpm/action-setup@v4
if: ${{ github.event_name != 'pull_request' || steps.filter.outputs.ts == 'true' }}
name: Install pnpm
with:
version: 9
run_install: false

- uses: actions/setup-node@v4
if: ${{ github.event_name != 'pull_request' || steps.filter.outputs.ts == 'true' }}
with:
Expand Down Expand Up @@ -77,7 +93,7 @@ jobs:
#- run: az account list
#- run: az resource list --name typeagentContainerRegistry
#- run: ls ${{ github.workspace }} -l
#- run: ls ${{ github.workspace }}/ts -l
- run: ls ${{ github.workspace }}/ts -al
- run: az acr build -t typeagent:latest -r typeagentContainerRegistry --file ${{ github.workspace }}/ts/Dockerfile --subscription b64471de-f2ac-4075-a3cb-7656bca768d0 ${{ github.workspace }}/ts


0 comments on commit b66662c

Please sign in to comment.