mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-21 16:18:56 +00:00
13 lines
157 B
Bash
Executable file
13 lines
157 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
end_to_end=$1
|
|
end_to_end_pr=$2
|
|
forgejo=$3
|
|
forgejo_ref=$4
|
|
|
|
cd $end_to_end
|
|
date > last-upgrade
|
|
echo $FORGEJO_BINARY > forgejo/binary-url
|