xref: /aosp_15_r20/external/accompanist/release/signing-cleanup.sh (revision fa44fe6ae8e729aa3cfe5c03eedbbf98fb44e2c6)
1*fa44fe6aSInna Palant#!/bin/sh
2*fa44fe6aSInna Palant
3*fa44fe6aSInna Palant# Copyright 2021 The Android Open Source Project
4*fa44fe6aSInna Palant#
5*fa44fe6aSInna Palant# Licensed under the Apache License, Version 2.0 (the "License");
6*fa44fe6aSInna Palant# you may not use this file except in compliance with the License.
7*fa44fe6aSInna Palant# You may obtain a copy of the License at
8*fa44fe6aSInna Palant#
9*fa44fe6aSInna Palant#      https://www.apache.org/licenses/LICENSE-2.0
10*fa44fe6aSInna Palant#
11*fa44fe6aSInna Palant# Unless required by applicable law or agreed to in writing, software
12*fa44fe6aSInna Palant# distributed under the License is distributed on an "AS IS" BASIS,
13*fa44fe6aSInna Palant# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14*fa44fe6aSInna Palant# See the License for the specific language governing permissions and
15*fa44fe6aSInna Palant# limitations under the License.
16*fa44fe6aSInna Palant
17*fa44fe6aSInna Palantrm -f release/*.gpg
18*fa44fe6aSInna Palantrm -f release/*.properties
19