Skip to content

Commit

Permalink
ci: Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jimisola committed Aug 7, 2024
1 parent f5002ca commit d83c707
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/publish-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,29 +129,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Debug info 1
working-directory: /tmp/digests
run: ls -la

- name: Debug info 2
working-directory: /tmp/digests
run: |
echo "Listing files in the directory and outputting their contents:"
# Define the directory path
DIRECTORY_PATH=.
# List files in the directory and save to file_list.txt
ls -la $DIRECTORY_PATH > file_list.txt
# Output content of each file and save to output.txt
for file in $(ls $DIRECTORY_PATH); do
echo "Contents of $DIRECTORY_PATH/$file:" >> output.txt
echo "$DIRECTORY_PATH/$file:" >> output.txt
cat $DIRECTORY_PATH/$file >> output.txt
echo "\n\n" >> output.txt
done
- name: Create manifest list and push
working-directory: /tmp/digests
env:
Expand Down

0 comments on commit d83c707

Please sign in to comment.