Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/LEAP-690-leapp-plugin-not-instal…
Browse files Browse the repository at this point in the history
…ling-on-app-start'

# Conflicts:
#	packages/cli/package-lock.json
#	packages/core/package-lock.json
#	packages/desktop-app/package-lock.json
#	packages/desktop-app/package.json
  • Loading branch information
rick-rtt committed Oct 4, 2022
2 parents c1434b0 + 32630b5 commit 73dc8ec
Show file tree
Hide file tree
Showing 15 changed files with 16,016 additions and 6,098 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/desktop-app-nightly-cd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Leapp Desktop App Nightly CD

on:
push:
branches:
- LEAP-690-leapp-plugin-not-installing-on-app-start
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
Expand Down Expand Up @@ -75,7 +78,7 @@ jobs:
echo "${{ env.WIN_CERTIFICATE }}" | base64 --decode > $WIN_CERTIFICATE
npm install
npm run nightly win
npm run nightly-win
rm -Rf ./release/win-unpacked
rm -Rf ./release/.cache
rm -Rf ./release/builder-debug.yml
Expand Down Expand Up @@ -112,7 +115,7 @@ jobs:
cd packages/desktop-app
npm install
npm run nightly linux
npm run nightly-linux
rm -Rf ./release/linux-unpacked
rm -Rf ./release/.cache
rm -Rf ./release/builder-debug.yml
Expand Down Expand Up @@ -172,7 +175,7 @@ jobs:
npm install
npm run set-target-x64
npm run nightly mac
npm run nightly
- name: Clean build
run: |
Expand Down Expand Up @@ -241,7 +244,7 @@ jobs:
npm install
npm run set-target-arm64
npm run nightly mac
npm run nightly
- name: Clean build
run: |
Expand Down
Loading

0 comments on commit 73dc8ec

Please sign in to comment.