Skip to content

Commit 78f8926

Browse files
committed
remove key reference from bsd build
1 parent d4b2eeb commit 78f8926

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/azure-upload.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
package_type=signed-package
5353
- name: Build Packages
5454
run: |
55-
echo "$INDIGO_GPG_AGENT" | base64 --decode > .key.asc
5655
make clean package
5756
- name: Azure Login
5857
uses: azure/login@6b2456866fc08b011acb422a92a4aa20e2c4de32 # v2.1.0

scripts/packages/packager/signed-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ for freebsd_abi in $FREEBSD_DISTROS; do \
3939
-p staging/plist \
4040
-o ./build/packages/txz/"$freebsd_abi"; \
4141
# create freebsd pkg repo layout
42-
pkg repo ./build/packages/txz/"$freebsd_abi" .key.rsa; \
42+
pkg repo ./build/packages/txz/"$freebsd_abi"; \
4343
# Creating symbolic link from txz to pkg. In older versions of pkg the extension would represent the format of the file
4444
# but since version 1.17.0 pkg will now always create a file with the extesion pkg no matter what the format is.
4545
# See 1.17.0 release notes for more info: https://cgit.freebsd.org/ports/commit/?id=e497a16a286972bfcab908209b11ee6a13d99dc9

0 commit comments

Comments
 (0)