dfssfdg
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been cancelled
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been cancelled
This commit is contained in:
@@ -7,6 +7,7 @@ on:
|
||||
paths-ignore:
|
||||
- '**/CHANGES.md'
|
||||
- '**/build-info.json'
|
||||
- '**/sha256sums.txt'
|
||||
schedule:
|
||||
- cron: '0 12 * * 0' # Sunday at noon UTC
|
||||
|
||||
@@ -56,16 +57,16 @@ jobs:
|
||||
echo "[INFO] Looking for tarballs in workspace..."
|
||||
find . -name '*.tar.bz2' -exec ls -lh {} \;
|
||||
|
||||
- name: Debug workspace contents
|
||||
run: |
|
||||
echo "Current directory:"
|
||||
pwd
|
||||
echo "Contents:"
|
||||
ls -R
|
||||
|
||||
- name: Clone upload repo
|
||||
run: git clone "${{ env.REPO_URL }}" upload-repo
|
||||
|
||||
# - name: Debug workspace contents
|
||||
# run: |
|
||||
# echo "Current directory:"
|
||||
# pwd
|
||||
# echo "Contents:"
|
||||
# ls -R
|
||||
|
||||
- name: Copy sha256sums.txt to upload-repo
|
||||
run: cp sha256sums.txt upload-repo/
|
||||
|
||||
@@ -106,7 +107,7 @@ jobs:
|
||||
echo "[WARNING] sha256sums.txt not found"
|
||||
fi
|
||||
|
||||
- name: Commit and push archives if changed
|
||||
- name: Commit and push files if changed
|
||||
id: commit_archives
|
||||
run: |
|
||||
cd upload-repo
|
||||
|
||||
Reference in New Issue
Block a user