Skip to content

Commit 18ce956

Browse files
authored
devops: fix firefox build (#5516)
1 parent b2d9af5 commit 18ce956

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

browser_patches/firefox/BUILD_NUMBER

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1231
2-
Changed: [email protected] Fri Feb 19 10:28:40 MST 2021
1+
1232
2+
Changed: [email protected] Fri Feb 19 11:38:57 MST 2021

browser_patches/firefox/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ else
2121
cd "checkout"
2222
fi
2323

24-
25-
rm .mozconfig
24+
rm -rf .mozconfig
2625

2726
if [[ "$(uname)" == "Darwin" ]]; then
2827
if [[ $(uname -m) == "arm64" ]]; then

0 commit comments

Comments
 (0)