Skip to content

Commit

Permalink
build(ubiquity): remove ubiquity connector plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Belchior <rafael.belchior@tecnico.ulisboa.pt>
  • Loading branch information
RafaelAPB authored and outSH committed Apr 4, 2024
1 parent ebea0f2 commit e05392b
Show file tree
Hide file tree
Showing 32 changed files with 25 additions and 1,691 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1730,34 +1730,6 @@ jobs:
# restore-keys: |
# ${{ runner.os }}-yarn-
# - run: ./tools/ci.sh
cactus-plugin-connector-ubiquity:
continue-on-error: false
env:
FULL_BUILD_DISABLED: true
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-ubiquity/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts
JEST_TEST_RUNNER_DISABLED: false
TAPE_TEST_RUNNER_DISABLED: true
UBIQUITY_AUTH_TOKEN: ${{ secrets.UBIQUITY_AUTH_TOKEN }}
needs: build-dev
runs-on: ubuntu-22.04
steps:
- name: Use Node.js ${{ env.NODEJS_VERSION }}
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ env.NODEJS_VERSION }}
- uses: actions/checkout@v4.1.1

- id: yarn-cache
name: Restore Yarn Cache
uses: actions/cache@v4.0.1
with:
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }}
path: ./.yarn/
restore-keys: |
${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }}
- run: ./tools/ci.sh
env:
UBIQUITY_AUTH_TOKEN: ${{ secrets.UBIQUITY_AUTH_TOKEN }}
cactus-test-api-client:
continue-on-error: false
env:
Expand Down
1 change: 0 additions & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
* @petermetz @takeutak @izuru0 @jagpreetsinghsasan @vramakrishna @sandeepnRES @outSH

packages/cactus-plugin-satp-hermes @RafaelAPB
packages/cactus-plugin-ledger-connector-ubiquity @RafaelAPB
examples/cactus-example-cbdc-bridging @RafaelAPB
examples/cactus-example-cbdc-bridging-backend @RafaelAPB
examples/cactus-example-cbdc-bridging-frontend @RafaelAPB

This file was deleted.

This file was deleted.

29 changes: 0 additions & 29 deletions packages/cactus-plugin-ledger-connector-ubiquity/CHANGELOG.md

This file was deleted.

43 changes: 0 additions & 43 deletions packages/cactus-plugin-ledger-connector-ubiquity/README.md

This file was deleted.

This file was deleted.

106 changes: 0 additions & 106 deletions packages/cactus-plugin-ledger-connector-ubiquity/package.json

This file was deleted.

This file was deleted.

Loading

0 comments on commit e05392b

Please sign in to comment.