We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0ce8b commit a474e89Copy full SHA for a474e89
kokoro/deb/build.sh
@@ -94,9 +94,11 @@ popd
94
[ "$1" != "release" ] && exit 0
95
96
# Release build, code sign the artifacts
97
-echo "Code signing artifacts..."
+# TODO(cblichmann): Re-enable code signing using a separate job.
98
+# echo "Code signing artifacts..."
99
+#
100
+# chmod 777 "${build_dir}"
101
+# chmod 666 "${build_dir}"/*.deb
102
+# /escalated_sign/escalated_sign.py -j /escalated_sign_jobs -t linux_gpg_sign \
103
+# "${build_dir}/"bindiff_*.deb
104
-chmod 777 "${build_dir}"
-chmod 666 "${build_dir}"/*.deb
-/escalated_sign/escalated_sign.py -j /escalated_sign_jobs -t linux_gpg_sign \
- "${build_dir}/"bindiff_*.deb
0 commit comments