devops: fix firefox archiving script
This commit is contained in:
parent
92a6500b23
commit
f9d2f13540
|
|
@ -35,6 +35,7 @@ createZIPForLinuxOrMac() {
|
|||
}
|
||||
|
||||
trap "cd $(pwd -P)" EXIT
|
||||
cd "$(dirname $0)"
|
||||
cd checkout
|
||||
|
||||
if [[ "$(uname)" == "Darwin" ]]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue