Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
nodes
rust
Duniter v2S
Merge requests
!9
upgrade substrate to monthly-2022-01
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
upgrade substrate to monthly-2022-01
elois-upgrade-substrate
into
master
Overview
0
Commits
13
Pipelines
0
Changes
58
Merged
Éloïs
requested to merge
elois-upgrade-substrate
into
master
3 years ago
Overview
0
Commits
13
Pipelines
0
Changes
58
Expand
0
0
Merge request reports
Compare
master
version 6
8338bf50
3 years ago
version 5
544950cc
3 years ago
version 4
bc9f1b6a
3 years ago
version 3
0f62fd71
3 years ago
version 2
969d392d
3 years ago
version 1
02a61007
3 years ago
master (base)
and
latest version
latest version
017dbc18
13 commits,
3 years ago
version 6
8338bf50
12 commits,
3 years ago
version 5
544950cc
11 commits,
3 years ago
version 4
bc9f1b6a
10 commits,
3 years ago
version 3
0f62fd71
9 commits,
3 years ago
version 2
969d392d
8 commits,
3 years ago
version 1
02a61007
7 commits,
3 years ago
58 files
+
3401
−
8077
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
58
Search (e.g. *.vue) (Ctrl+P)
.github/workflows/build-push-template.yml deleted
100644 → 0
+
0
−
19
Options
name
:
Build and Push template
on
:
push
:
branches
:
-
master
jobs
:
build-push-template
:
if
:
${{ github.repository == 'substrate-developer-hub/substrate-node-template' }}
runs-on
:
ubuntu-18.04
steps
:
-
name
:
Trigger playground inclusion
uses
:
peter-evans/repository-dispatch@v1
with
:
token
:
${{ secrets.REPO_ACCESS_TOKEN }}
repository
:
paritytech/substrate-playground
event-type
:
template-updated
client-payload
:
'
{"id":
"node-template"}'
Loading