Skip to content

Commit 69b1ac7

Browse files
committed
Regen jenkinsfile
1 parent 2ea8dd3 commit 69b1ac7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ pipeline {
710710
-e DO_REGION="ams3" \
711711
-e DO_BUCKET="lsio-ci" \
712712
-t ghcr.io/linuxserver/ci:latest \
713-
python /ci/ci.py'''
713+
python3 test_build.py'''
714714
}
715715
}
716716
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
231231

232232
## Versions
233233

234+
* **15.09.22:** - Migrate to s6v3.
234235
* **26.07.22:** - Rebase on jammy.
235236
* **20.04.21:** - Rebase on focal.
236237
* **18.01.21:** - Update libpython dependency.

0 commit comments

Comments
 (0)