Skip to content

Commit

Permalink
legba: temporarily disable due to build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dadevel committed Feb 16, 2024
1 parent ff726e9 commit 8efd079
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- package-krbrelayx
- package-lapsdumper
- package-ldapnomnom
- package-legba
# package-legba
- package-manspider
- package-mapcidr
- package-masscan
Expand Down Expand Up @@ -506,24 +506,24 @@ jobs:
path: ./ldapnomnom/*.pkg.tar.zst
retention-days: 1
if-no-files-found: error
package-legba:
runs-on: ubuntu-20.04
needs:
- build-container
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build package
run: ./build-package.sh legba
- name: Upload package
uses: actions/upload-artifact@v3
with:
name: package-legba
path: ./legba/*.pkg.tar.zst
retention-days: 1
if-no-files-found: error
#package-legba:
# runs-on: ubuntu-20.04
# needs:
# - build-container
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# with:
# fetch-depth: 0
# - name: Build package
# run: ./build-package.sh legba
# - name: Upload package
# uses: actions/upload-artifact@v3
# with:
# name: package-legba
# path: ./legba/*.pkg.tar.zst
# retention-days: 1
# if-no-files-found: error
package-manspider:
runs-on: ubuntu-20.04
needs:
Expand Down

0 comments on commit 8efd079

Please sign in to comment.