Skip to content

Instantly share code, notes, and snippets.

@bbedward
Last active April 2, 2021 12:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbedward/ce9ca0571f24d03f1416cb5756ffdc09 to your computer and use it in GitHub Desktop.
Save bbedward/ce9ca0571f24d03f1416cb5756ffdc09 to your computer and use it in GitHub Desktop.
Appditto Flutter+Fastlane+GitLab Tutorial
#!/bin/bash
cd ../../
if [ "$1" == "--clean" ]
then
echo "Running clean..."
flutter clean
else
echo "Skipping clean..."
fi
flutter build ios --release --no-codesign
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment