mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-02 16:29:06 +01:00
13 lines
157 B
Text
13 lines
157 B
Text
|
#!/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
|