Skip to content

Commit

Permalink
Add debug lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
alee-ntap committed Nov 9, 2023
1 parent f6f5b83 commit 76895ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
type: string
source_name:
type: string
default: "${{ github.event.repository.name }}"
default: "${{ github.workflow }}"
debian_source:
type: string
default: ""
Expand Down Expand Up @@ -86,6 +86,8 @@ jobs:
- name: build
id: build
run: |
echo ${{ github.workflow }}
echo ${{ github.ref }}
pkg="$(podman run \
-e DEBEMAIL='${{ env.INPUT_DEBEMAIL }}' \
-e DEBFULLNAME='${{ env.INPUT_DEBFULLNAME }}' \
Expand Down
2 changes: 1 addition & 1 deletion container/bin/build_source
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ main() (

if [ -d "/output" ]; then
{ echo .build_options; echo .source; echo "${pkg}_${version}.dsc"; get_files < "${pkg}_${version}.dsc"; } | while read file; do
sudo cp -d "$file" "/output/$file"
cp -d "$file" "/output/$file"
done
fi

Expand Down

0 comments on commit 76895ad

Please sign in to comment.