Compare commits
No commits in common. "b4e481e44d3ed21d17eb3ad25cc4a6cba3ab4ad5" and "3faa9d7d1b3aa5222f13eb4aa2fb5461ae0f5f6c" have entirely different histories.
b4e481e44d
...
3faa9d7d1b
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ DIST="${IMAGE%%/*}"
|
|||
VER="${IMAGE#*/}"
|
||||
VER="${VER%/*}"
|
||||
VER="${VER//./-}"
|
||||
UPSTREAM_VER="9.0.0"
|
||||
UPSTREAM_VER="8.0.3"
|
||||
UPSTREAM_VER_DASH="${UPSTREAM_VER//./-}"
|
||||
UPSTREAM_NAME="forgejo"
|
||||
SERIAL="1benoitjpnet"
|
||||
|
@ -17,8 +17,8 @@ ALIAS="$UPSTREAM_NAME-$UPSTREAM_VER-$SERIAL"
|
|||
cd $WORKSPACE
|
||||
incus launch images:$IMAGE $CNAME --quiet
|
||||
|
||||
# Wait for network
|
||||
timeout 30 bash -c "until incus exec $CNAME -- ping -c1 google.com &>/dev/null; do sleep 1; done"
|
||||
# Wait network
|
||||
sleep 5
|
||||
|
||||
# Forgejo
|
||||
incus exec $CNAME -- mkdir /etc/esh
|
||||
|
|
Loading…
Add table
Reference in a new issue