Skip to content
Snippets Groups Projects
Commit 82bd7a85 authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Remove CI "update" step, disable "build-debug" on master

parent 8fe2c854
No related branches found
No related tags found
1 merge request!60Resolve "Remove build-debug step in master branch"
Pipeline #5326 passed
image: ghcr.io/cirruslabs/flutter:latest image: ghcr.io/cirruslabs/flutter:latest
stages: stages:
- update
- build-debug - build-debug
- build-release - build-release
- release - release
- deploy - deploy
update:
stage: update
except:
- tags
script:
- flutter packages get
- flutter packages upgrade
interruptible: true
android:build-debug: android:build-debug:
stage: build-debug stage: build-debug
except: except:
- tags - tags
- master
script: script:
# Flutter local configuration # Flutter local configuration
- echo flutter.sdk=$FLUTTER_PATH > android/local.properties - echo flutter.sdk=$FLUTTER_PATH > android/local.properties
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment