mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 22:40:58 -05:00
remove dead function
This commit is contained in:
parent
d2336cb7ef
commit
f0275c27d4
1 changed files with 0 additions and 5 deletions
|
@ -20,11 +20,6 @@ function wait_for() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function run_docker() {
|
|
||||||
local image="$1"
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
function run() {
|
function run() {
|
||||||
local image="$1"
|
local image="$1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue