about summary refs log tree commit diff
path: root/pkgs/tools/admin/fastlane/update
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/admin/fastlane/update')
-rwxr-xr-xpkgs/tools/admin/fastlane/update10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/tools/admin/fastlane/update b/pkgs/tools/admin/fastlane/update
new file mode 100755
index 0000000000000..22d1e52e2977a
--- /dev/null
+++ b/pkgs/tools/admin/fastlane/update
@@ -0,0 +1,10 @@
+#!/usr/bin/env nix-shell
+#! nix-shell -i bash -p bash ruby bundler bundix
+
+rm Gemfile.lock
+bundler install
+bundix
+
+if [ "clean" == "$1" ]; then
+  rm -r ~/.gem
+fi