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