Skip to content

Commit

Permalink
Merge pull request #160 from LedgerHQ/fbe/adapt_ci_for_latest_workflo…
Browse files Browse the repository at this point in the history
…w_update

Remove broken relative_app_directory parameter in CI job
  • Loading branch information
fbeutin-ledger authored Dec 1, 2023
2 parents 0149c73 + b1a5e97 commit 80acb0c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/reusable_swap_functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,51 +58,39 @@ jobs:
- name: stellar
repo: app-stellar
branch: ${{ inputs.branch_for_stellar }}
dir: .
- name: tezos
repo: app-tezos
branch: ${{ inputs.branch_for_tezos }}
dir: .
- name: xrp
repo: app-xrp
branch: ${{ inputs.branch_for_xrp }}
dir: .
- name: ethereum
repo: app-ethereum
branch: ${{ inputs.branch_for_ethereum }}
dir: .
- name: ethereum_classic
repo: app-ethereum
branch: ${{ inputs.branch_for_ethereum }}
dir: .
- name: litecoin
repo: app-bitcoin
branch: ${{ inputs.branch_for_bitcoin_legacy }}
dir: .
- name: bitcoin_legacy
repo: app-bitcoin
branch: ${{ inputs.branch_for_bitcoin_legacy }}
dir: .
- name: bitcoin
repo: app-bitcoin-new
branch: ${{ inputs.branch_for_bitcoin }}
dir: .
- name: solana
repo: app-solana
branch: ${{ inputs.branch_for_solana }}
dir: .
- name: bsc
repo: app-ethereum
branch: ${{ inputs.branch_for_ethereum }}
dir: .
- name: DOT
repo: app-polkadot
branch: ${{ inputs.branch_for_polkadot }}
dir: ./app
- name: tron
repo: app-tron
branch: ${{ inputs.branch_for_tron }}
dir: .

uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
with:
Expand All @@ -111,7 +99,6 @@ jobs:
flags: "COIN=${{ matrix.coin.name }} CHAIN=${{ matrix.coin.name }} DEBUG=1"
upload_app_binaries_artifact: libraries_binaries
upload_as_lib_artifact: ${{ matrix.coin.name }}
relative_app_directory: ${{ matrix.coin.dir }}

build_exchange_application:
name: Build application using the reusable workflow
Expand Down

0 comments on commit 80acb0c

Please sign in to comment.