test
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. / 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
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (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. / 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
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Has been cancelled
This commit is contained in:
@@ -57,22 +57,15 @@ jobs:
|
|||||||
echo "[INFO] Looking for tarballs in workspace..."
|
echo "[INFO] Looking for tarballs in workspace..."
|
||||||
find . -name '*.tar.bz2' -exec ls -lh {} \;
|
find . -name '*.tar.bz2' -exec ls -lh {} \;
|
||||||
|
|
||||||
- name: Debug workspace contents
|
|
||||||
run: |
|
|
||||||
echo "Current directory:"
|
|
||||||
pwd
|
|
||||||
echo "Contents:"
|
|
||||||
ls -R
|
|
||||||
|
|
||||||
- name: Clone upload repo
|
- name: Clone upload repo
|
||||||
run: git clone "${{ env.REPO_URL }}" upload-repo
|
run: git clone "${{ env.REPO_URL }}" upload-repo
|
||||||
|
|
||||||
- name: Debug workspace contents
|
# - name: Debug workspace contents
|
||||||
run: |
|
# run: |
|
||||||
echo "Current directory:"
|
# echo "Current directory:"
|
||||||
pwd
|
# pwd
|
||||||
echo "Contents:"
|
# echo "Contents:"
|
||||||
ls -R
|
# ls -R
|
||||||
|
|
||||||
- name: Copy sha256sums.txt to upload-repo
|
- name: Copy sha256sums.txt to upload-repo
|
||||||
run: cp sha256sums.txt upload-repo/
|
run: cp sha256sums.txt upload-repo/
|
||||||
|
|||||||
Reference in New Issue
Block a user