Skip to content

Commit 1b16a2f

Browse files
committed
Add debug log
ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
1 parent 1007de1 commit 1b16a2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-circle-intp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
115115
- name: Create debian package
116116
run: |
117+
echo "Update changelog"
117118
cd ${{ env.NNCC_BUILD }}/${{ env.CIRINTP_PREFIX }}
118119
cp -rf ../../infra/debian/circle-interpreter ./debian
119120
release_date=$(date +%Y%m%d)
@@ -126,13 +127,15 @@ jobs:
126127
cd ../
127128
tar -caf circle-interpreter_${version}.orig.tar.xz ${{ env.CIRINTP_PREFIX }}
128129
130+
echo "debuild: signing with the gpg key"
129131
mkdir -p ~/.gnupg
130132
chmod 700 ~/.gnupg
131133
echo "${{ secrets.GPG_NNFW_PRIVATE_KEY }}" | gpg --batch --import
132134
gpg --list-secret-keys # TODO remove this
133135
cd ${{ env.CIRINTP_PREFIX }}
134136
debuild -S -sa
135137
138+
echo "Upload to Launchpad"
136139
cd ../
137140
ls -alh # TODO remove this
138141
mkdir -p ~/.ssh

0 commit comments

Comments
 (0)