disable tauri builds

This commit is contained in:
petitminion 2025-01-13 11:04:19 +00:00
parent b6d27a58d3
commit e0c051f04a
1 changed files with 19 additions and 19 deletions

View File

@ -432,24 +432,24 @@ build_api:
paths: paths:
- api - api
build_tauri: # build_tauri:
stage: build # stage: build
rules: # rules:
- if: $CI_COMMIT_BRANCH =~ /(stable|develop)/ # - if: $CI_COMMIT_BRANCH =~ /(stable|develop)/
- changes: [front/**/*] # - changes: [front/**/*]
image: $CI_REGISTRY/funkwhale/ci/node-tauri:18 # image: $CI_REGISTRY/funkwhale/ci/node-tauri:18
variables: # variables:
<<: *keep_git_files_permissions # <<: *keep_git_files_permissions
before_script: # before_script:
- source /root/.cargo/env # - source /root/.cargo/env
- yarn install # - yarn install
script: # script:
- yarn tauri build --verbose # - yarn tauri build --verbose
artifacts: # artifacts:
name: desktop_${CI_COMMIT_REF_NAME} # name: desktop_${CI_COMMIT_REF_NAME}
paths: # paths:
- front/tauri/target/release/bundle/appimage/*.AppImage # - front/tauri/target/release/bundle/appimage/*.AppImage
deploy_docs: deploy_docs:
interruptible: false interruptible: false
@ -540,8 +540,8 @@ package:
artifacts: true artifacts: true
- job: build_front - job: build_front
artifacts: true artifacts: true
- job: build_tauri # - job: build_tauri
artifacts: true # artifacts: true
rules: rules:
- if: $CI_COMMIT_BRANCH =~ /(stable|develop)/ - if: $CI_COMMIT_BRANCH =~ /(stable|develop)/