mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 02:37:59 +00:00
Remove unquired checkout
This commit is contained in:
@@ -22,7 +22,6 @@ jobs:
|
||||
REF_URL: ${{github.event.inputs.reference_binary_url}}
|
||||
BIN_BASE: polkadot-parachain
|
||||
BIN_REF: polkadot-parachain-ref
|
||||
TMP: ./tmp
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@@ -41,18 +40,8 @@ jobs:
|
||||
local: contracts-rococo-local
|
||||
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Create tmp folder
|
||||
run: |
|
||||
mkdir -p $TMP
|
||||
cd $TMP
|
||||
pwd
|
||||
|
||||
- name: Fetch reference binary
|
||||
run: |
|
||||
pwd
|
||||
echo Fetching $REF_URL
|
||||
curl $REF_URL -o $BIN_REF
|
||||
chmod a+x $BIN_REF
|
||||
@@ -60,7 +49,6 @@ jobs:
|
||||
|
||||
- name: Fetch test binary
|
||||
run: |
|
||||
pwd
|
||||
echo Fetching $BIN_URL
|
||||
curl $BIN_URL -o $BIN_BASE
|
||||
chmod a+x $BIN_BASE
|
||||
|
||||
Reference in New Issue
Block a user