comment out dmg build
This commit is contained in:
parent
88859c87d4
commit
6572c28347
|
@ -164,11 +164,11 @@ jobs:
|
||||||
# shell: pwsh
|
# shell: pwsh
|
||||||
# run: ./scripts/safari-build.ps1 -skipcheckout
|
# run: ./scripts/safari-build.ps1 -skipcheckout
|
||||||
|
|
||||||
- name: Build application for .dmg
|
# - name: Build application for .dmg
|
||||||
run: npm run dist:mac
|
# run: npm run dist:mac
|
||||||
env:
|
# env:
|
||||||
APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
|
# APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
|
||||||
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
# APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
||||||
|
|
||||||
- name: Build Safari extension for App Store
|
- name: Build Safari extension for App Store
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
|
@ -31,11 +31,7 @@ if(-not $skipcheckout) {
|
||||||
New-Item $distSafariDir -ItemType Directory -ea 0
|
New-Item $distSafariDir -ItemType Directory -ea 0
|
||||||
}
|
}
|
||||||
|
|
||||||
ls
|
|
||||||
cd $distDir
|
|
||||||
ls
|
|
||||||
cd $distSafariDir
|
cd $distSafariDir
|
||||||
ls
|
|
||||||
|
|
||||||
if(-not $skipcheckout) {
|
if(-not $skipcheckout) {
|
||||||
git clone git@github.com:bitwarden/browser.git
|
git clone git@github.com:bitwarden/browser.git
|
||||||
|
|
Loading…
Reference in New Issue