Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Move to new directory before bootstrapping nimbus-fml.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jhugman authored and mergify[bot] committed Dec 19, 2023
1 parent 1ed6281 commit 65de9ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 286 deletions.
2 changes: 1 addition & 1 deletion checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

set -x
cd focus-ios

# Download the nimbus-fml.sh script from application-services.
NIMBUS_FML_FILE=./nimbus.fml.yaml
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/mozilla/application-services/main/components/nimbus/ios/scripts/bootstrap.sh | bash -s -- $NIMBUS_FML_FILE

cd focus-ios
git clone https://github.com/mozilla-services/shavar-prod-lists.git || exit 1

# Grab the las known (pinned) commit on the 93.0 branch
Expand Down
2 changes: 2 additions & 0 deletions focus-ios/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bin/nimbus-fml.sh
bin/nimbus-fml-configuration.local.sh
285 changes: 0 additions & 285 deletions focus-ios/bin/nimbus-fml.sh

This file was deleted.

0 comments on commit 65de9ee

Please sign in to comment.