Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove legacy sample applications #1216

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions .github/workflows/test-network-gateway.yaml

This file was deleted.

7 changes: 5 additions & 2 deletions .github/workflows/test-network-hsm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,16 @@ jobs:
run: sudo apt install -y softhsm2

- name: Set up SoftHSM
env:
TMPDIR: ${{ runner.temp }}
SOFTHSM2_CONF: ${{ github.workspace }}/softhsm2.conf
run: |
echo directories.tokendir = /tmp > $HOME/softhsm2.conf
export SOFTHSM2_CONF=$HOME/softhsm2.conf
echo "directories.tokendir = ${TMPDIR}" > "${SOFTHSM2_CONF}"
softhsm2-util --init-token --slot 0 --label "ForFabric" --pin 98765432 --so-pin 1234

- name: Run Test Network HSM
working-directory: test-network
env:
CHAINCODE_LANGUAGE: ${{ matrix.chaincode-language }}
SOFTHSM2_CONF: ${{ github.workspace }}/softhsm2.conf
run: ../ci/scripts/run-test-network-hsm.sh
4 changes: 0 additions & 4 deletions asset-transfer-basic/application-go/.gitignore

This file was deleted.

169 changes: 0 additions & 169 deletions asset-transfer-basic/application-go/assetTransfer.go

This file was deleted.

49 changes: 0 additions & 49 deletions asset-transfer-basic/application-go/go.mod

This file was deleted.

Loading
Loading