Skip to content

Commit ba98f26

Browse files
committed
chore(CI): Removed obsolete environment variables from CI.
Signed-off-by: Iva Horn <[email protected]>
1 parent 019b8f7 commit ba98f26

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/macos-build-and-test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ jobs:
5959
key: ${{ runner.os }}-craft-${{ hashFiles(inputs.CRAFT_MASTER_CONFIG) }}
6060

6161
- name: Build nextcloud-client
62-
env:
63-
CODE_SIGNING_REQUIRED: "NO"
64-
CODE_SIGNING_ALLOWED: "NO"
65-
CODE_SIGN_IDENTITY: ""
66-
CODE_SIGN_STYLE: "Manual"
6762
run: |
6863
python "${{ inputs.CRAFT_MASTER_LOCATION }}/CraftMaster.py" --config "${{ inputs.CRAFT_MASTER_CONFIG }}" --target ${{ inputs.CRAFT_TARGET }} -c --options nextcloud-client.srcDir=${{ github.workspace }} --options nextcloud-client.buildFileProviderModule=${{ inputs.buildFileProviderModule }} nextcloud-client
6964

0 commit comments

Comments
 (0)