ayaports/.forgejo/bin/deploy.sh
Antoine Martin a779b2b230
Some checks failed
/ build-x86_64 (pull_request) Successful in 41s
/ deploy (pull_request) Failing after 20s
/ lint (pull_request) Successful in 23s
adjust name
2024-08-11 20:33:44 -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"