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
Branches
Tags
1 merge request!60Resolve "Remove build-debug step in master branch"
Pipeline #5326 passed
image: ghcr.io/cirruslabs/flutter:latest
stages:
- update
- build-debug
- build-release
- release
- deploy
update:
stage: update
except:
- tags
script:
- flutter packages get
- flutter packages upgrade
interruptible: true
android:build-debug:
stage: build-debug
except:
- tags
- master
script:
# Flutter local configuration
- 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