Skip to content

Commit

Permalink
Fix missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
shpingalet007 committed Dec 29, 2023
1 parent 850953a commit 3598128
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy.branch.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:

# Deploy test & pre sites
deploy-pre:
needs: merge
runs-on: gui
steps:
- name: Checkout git repository
Expand All @@ -24,7 +23,6 @@ jobs:
run: rsync -ah --exclude={'.git','.gitignore','.github','package.json','package-lock.json','minimize.json','node_modules','.well-known','assets','proxy16','cordova','res','build'} ./ /docker/pre/

deploy-test:
needs: merge
runs-on: gui
steps:
- name: Checkout git repository
Expand All @@ -42,7 +40,6 @@ jobs:

# Build & Deploy proxy services
build-proxy:
needs: merge
runs-on: ubuntu-latest
steps:
- name: Checkout git repository
Expand Down Expand Up @@ -106,7 +103,6 @@ jobs:

# Build applications
build-app-macos:
needs: merge
runs-on: macos-latest
steps:
- name: Checkout git repository
Expand Down Expand Up @@ -142,7 +138,6 @@ jobs:
path: ./dist/BastyonSetup.dmg

build-app-unix:
needs: merge
runs-on: ubuntu-latest
steps:
- name: Checkout git repository
Expand Down Expand Up @@ -170,7 +165,6 @@ jobs:
./dist/Bastyon.AppImage
build-app-windows:
needs: merge
runs-on: windows-latest
steps:
- name: Checkout git repository
Expand All @@ -194,7 +188,6 @@ jobs:
path: ./dist/BastyonSetup.exe

build-app-android:
needs: merge
runs-on: ubuntu-20.04
steps:
- name: Checkout git repository
Expand Down Expand Up @@ -252,7 +245,6 @@ jobs:
path: ./cordova/platforms/android/app/build/outputs/apk/release/Bastyon.apk

build-app-android-gf:
needs: merge
runs-on: ubuntu-20.04
steps:
- name: Checkout git repository
Expand Down

0 comments on commit 3598128

Please sign in to comment.