Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
devdanco committed Dec 13, 2023
1 parent 4f1cab2 commit 3977d97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pre-release-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,13 @@ jobs:
cargo install websocat
shell: bash

- name: Replace parachain docker image reference in config to develop
if: ${{ github.event.inputs.branch == '' }}
working-directory: mangata-repo/devops/parachain-launch
run: sed -i 's+mangatasolutions/mangata-node:.*+mangatasolutions/mangata-node:develop+g' config.yml

- name: Replace parachain docker image reference in config
if: ${{ github.event.inputs.branch != '' }}
working-directory: mangata-repo/devops/parachain-launch
run: sed -i 's+mangatasolutions/mangata-node:.*+${{ github.event.inputs.parachainDocker }}+g' config.yml

Expand Down

0 comments on commit 3977d97

Please sign in to comment.