mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
disabling jobs and changed packages to point to my repo
This commit is contained in:
parent
9df2b42cdf
commit
eb36b25c8b
18
.github/workflows/deploy.yml
vendored
18
.github/workflows/deploy.yml
vendored
@ -35,18 +35,18 @@ jobs:
|
|||||||
# with:
|
# with:
|
||||||
# snapcraft_token: ${{ secrets.SNAP_TOKEN }}
|
# snapcraft_token: ${{ secrets.SNAP_TOKEN }}
|
||||||
|
|
||||||
#- name: Get snap release asset
|
- name: Get snap release asset
|
||||||
# uses: dsaltares/fetch-gh-release-asset@master
|
uses: dsaltares/fetch-gh-release-asset@master
|
||||||
# with:
|
with:
|
||||||
# version: ${{ github.ref }}
|
version: ${{ github.ref }}
|
||||||
# file:
|
file: bitwarden_${{ env.PKG_VERSION }}_amd64.snap
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: testing
|
|
||||||
run: |
|
|
||||||
echo "PKG_VERSION=$PKG_VERSION"
|
|
||||||
env:
|
env:
|
||||||
PKG_VERSION: ${{ needs.setup.outputs.package_version }}
|
PKG_VERSION: ${{ needs.setup.outputs.package_version }}
|
||||||
|
|
||||||
|
- name: testing
|
||||||
|
run: ls -atlh
|
||||||
|
|
||||||
#- name: Deploy to Snap Store
|
#- name: Deploy to Snap Store
|
||||||
# run: |
|
# run: |
|
||||||
# snapcraft upload dist/bitwarden_${{ env.PACKAGE_VERSION }}_amd64.snap --release stable
|
# snapcraft upload dist/bitwarden_${{ env.PACKAGE_VERSION }}_amd64.snap --release stable
|
||||||
|
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -70,8 +70,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Snap
|
- name: Install Snap
|
||||||
uses: samuelmeuli/action-snapcraft@v1
|
uses: samuelmeuli/action-snapcraft@v1
|
||||||
with:
|
|
||||||
snapcraft_token: ${{ secrets.SNAP_TOKEN }}
|
|
||||||
|
|
||||||
- name: Print environment
|
- name: Print environment
|
||||||
run: |
|
run: |
|
||||||
@ -98,14 +96,10 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Deploy to Snap Store
|
|
||||||
run: |
|
|
||||||
snapcraft upload dist/bitwarden_${{ env.PACKAGE_VERSION }}_amd64.snap --release stable
|
|
||||||
snapcraft logout
|
|
||||||
|
|
||||||
|
|
||||||
windows-signed:
|
windows-signed:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
if: false
|
||||||
needs: setup
|
needs: setup
|
||||||
steps:
|
steps:
|
||||||
- name: Set up dotnet
|
- name: Set up dotnet
|
||||||
@ -206,6 +200,7 @@ jobs:
|
|||||||
|
|
||||||
windows-store:
|
windows-store:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
if: false
|
||||||
needs: setup
|
needs: setup
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
@ -266,6 +261,7 @@ jobs:
|
|||||||
|
|
||||||
macos:
|
macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
if: false
|
||||||
needs: setup
|
needs: setup
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"homepage": "https://bitwarden.com",
|
"homepage": "https://bitwarden.com",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/bitwarden/desktop"
|
"url": "https://github.com/joseph-flinn/desktop"
|
||||||
},
|
},
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/bitwarden/desktop"
|
"url": "https://github.com/joseph-flinn/desktop"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nodert-win10-rs4/windows.security.credentials.ui": "^0.4.4",
|
"@nodert-win10-rs4/windows.security.credentials.ui": "^0.4.4",
|
||||||
|
Loading…
Reference in New Issue
Block a user