Skip to content

Commit

Permalink
Merge branch 'master' into chore/release_2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsso authored Jun 26, 2023
2 parents a60ef19 + 1c64241 commit 7acb878
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
toolchain: stable
target: wasm32-unknown-unknown
try-runtime-chain: dev
try-runtime-uri: wss://eden-rpc.dwellir.com:443
try-runtime-uri: wss://eden-rpc.dwellir.com:443/

jobs:
lints:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
"method": "system_version",
"params": [],
"id": 1
}' | jq '{"result"}[]'| sed 's/^"/"eden-/' >> $GITHUB_OUTPUT
}' | jq '{"result"}[]'| sed 's/^"/"try-runtime-snap-eden/' >> $GITHUB_OUTPUT
cat $GITHUB_OUTPUT
id: get_version
- name: Install protobuf-compiler
Expand All @@ -136,7 +136,7 @@ jobs:
run: |
install -d snapshots
date > snapshots/created_at
./target/release/nodle-parachain try-runtime --runtime existing -lruntime=debug --chain ${{ env.try-runtime-chain }} create-snapshot "snapshots/eden-snapshot-full" -u ${{ env.try-runtime-uri}}
./target/release/nodle-parachain try-runtime --runtime existing -lruntime=debug --chain ${{ env.try-runtime-chain }} create-snapshot "snapshots/eden-snapshot-full" -u ${{ env.try-runtime-uri}}${{ secrets.DWELLIR_API_KEY}}
- name: Try runtime reuse snap
run: |
cat snapshots/created_at
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Docker

on:
release:
types: [published]
push:
tags:
- "[0-9].*"

jobs:

Expand Down Expand Up @@ -45,7 +46,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v3
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/srtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Srtool

on:
push:
branches:
- master
tags:
- "[0-9].*"

Expand All @@ -23,7 +21,6 @@ jobs:
chain: ${{ matrix.runtime }}
package: runtime-${{ matrix.runtime }}
runtime_dir: runtimes/${{ matrix.runtime }}
tag: 1.66.1

- name: Summary
run: |
Expand Down

0 comments on commit 7acb878

Please sign in to comment.