Update .gitea/workflows/base-build.yml
All checks were successful
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Successful in 7m35s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Successful in 21s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Successful in 1m57s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Successful in 40s
All checks were successful
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Successful in 7m35s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Successful in 21s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Successful in 1m57s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Successful in 40s
This commit is contained in:
@@ -194,7 +194,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
for version in $VERSIONS; do
|
for version in $VERSIONS; do
|
||||||
mkdir -p "$version"
|
mkdir -p "$version"
|
||||||
cp "debian-base/$version/debian-$version.tar.bz2" "$version/"
|
cp "temp-check/debian-base/$version/debian-$version.tar.bz2" "$version/"
|
||||||
ls -lh "$version/"
|
ls -lh "$version/"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user