Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
2655abb6
Commit
2655abb6
authored
2 years ago
by
Wilfried Kopp
Committed by
Chevdor
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove unquired checkout
parent
3d9bf4f7
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cumulus/.github/workflows/release-21_extrinsic-ordering-check-from-two.yml
+0
-12
0 additions, 12 deletions
...orkflows/release-21_extrinsic-ordering-check-from-two.yml
with
0 additions
and
12 deletions
cumulus/.github/workflows/release-21_extrinsic-ordering-check-from-two.yml
+
0
−
12
View file @
2655abb6
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment