ayaports/.forgejo/bin/push.sh
Antoine Martin 17ef8e6dd7
Some checks failed
/ build-x86_64 (pull_request) Successful in 41s
/ deploy (pull_request) Failing after 21s
/ lint (pull_request) Successful in 23s
Add deploy
2024-08-11 20:32:07 -04:00

11 lines
204 B
Bash
Executable file

#!/bin/sh
# shellcheck disable=SC3040
set -eu -o pipefail
readonly APORTSDIR=$GITHUB_WORKSPACE
readonly REPOS="backports user"
readonly BASEBRANCH=$GITHUB_BASE_REF
find package -type -f -name "*.apk"