aboutsummaryrefslogtreecommitdiff
path: root/scripts/signing-cleanup.sh
blob: e166e3ccdf39cf848c93ca32dbdcb97ad0992022 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash
#
# Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
# SPDX-License-Identifier: GPL-3.0-only
#

set -ex

# Delete Release key
rm -f keystore.jks

# Delete signing config
rm -f keystore.properties