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

Merge branch '63-remove-build-debug-step-in-master-branch' into 'master'

Resolve "Remove build-debug step in master branch"

Closes #63

See merge request !60
parents 8fe2c854 82bd7a85
No related branches found
No related tags found
1 merge request!60Resolve "Remove build-debug step in master branch"
Pipeline #5329 canceled
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