Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Kuat Yessenov <[email protected]>
  • Loading branch information
kyessenov committed Oct 11, 2023
2 parents 5a63701 + 1b08035 commit 43461ff
Show file tree
Hide file tree
Showing 172 changed files with 4,407 additions and 2,189 deletions.
6 changes: 6 additions & 0 deletions .azure-pipelines/stage/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,12 @@ jobs:
authGPGKey: ${{ parameters.authGPGKey }}
pathGPGConfiguredHome: /build/.gnupg
pathGPGHome: $(Build.StagingDirectory)/.gnupg
- bash: |
set -e -o pipefail
mkdir -p distribution/custom
cp -a $(Build.StagingDirectory)/*/*64 distribution/custom/
workingDirectory: $(Build.SourcesDirectory)
- job: success
dependsOn: ["docker", "signed_release"]
displayName: Success (linux artefacts)
Expand Down
292 changes: 0 additions & 292 deletions .github/actions/pr_notifier/pr_notifier.py

This file was deleted.

4 changes: 0 additions & 4 deletions .github/actions/pr_notifier/requirements.in

This file was deleted.

Loading

0 comments on commit 43461ff

Please sign in to comment.