Skip to content
Snippets Groups Projects

Resolve "Remove build-debug step in master branch"

Merged Benoît Harrault requested to merge 63-remove-build-debug-step-in-master-branch into master
1 file
+ 1
10
Compare changes
  • Side-by-side
  • Inline
+ 1
10
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
Loading