Update .gitlab-ci.yml

Deleted .gitlab/.gitlab-webide.yml
This commit is contained in:
Kai Kriegel 2021-09-16 23:54:10 +00:00
parent 96f4444aeb
commit 114b4434bd
2 changed files with 2 additions and 4 deletions

View File

@ -156,5 +156,7 @@ deploy_Android:
script: script:
- 'bundle install' - 'bundle install'
- 'bundle exec fastlane supply --aab Borepin/Borepin.Android/bin/Release/org.fab_infra.fabaccess-Signed.aab --track internal' - 'bundle exec fastlane supply --aab Borepin/Borepin.Android/bin/Release/org.fab_infra.fabaccess-Signed.aab --track internal'
after_script:
- 'rm play-store-credentials.json'
dependencies: dependencies:
- build_Android - build_Android

View File

@ -1,4 +0,0 @@
terminal:
# This can be any image that has the necessary runtime environment for your project.
image: registry.gitlab.com/fabinfra/gtk-sharp-build:latest
script: sleep 60