Compare commits
2 commits
3faa9d7d1b
...
b4e481e44d
Author | SHA1 | Date | |
---|---|---|---|
b4e481e44d | |||
ee2cd89581 |
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ DIST="${IMAGE%%/*}"
|
|||
VER="${IMAGE#*/}"
|
||||
VER="${VER%/*}"
|
||||
VER="${VER//./-}"
|
||||
UPSTREAM_VER="8.0.3"
|
||||
UPSTREAM_VER="9.0.0"
|
||||
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 network
|
||||
sleep 5
|
||||
# Wait for network
|
||||
timeout 30 bash -c "until incus exec $CNAME -- ping -c1 google.com &>/dev/null; do sleep 1; done"
|
||||
|
||||
# Forgejo
|
||||
incus exec $CNAME -- mkdir /etc/esh
|
||||
|
|
Loading…
Add table
Reference in a new issue