Skip to content

Commit

Permalink
Update trigger-tracing-node.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Jun 11, 2024
1 parent 6b31b78 commit d176d91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/trigger-tracing-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
options:
- darwinia
- crab
- pangolin
- koi
version:
description: 'Version'
type: string
Expand Down Expand Up @@ -66,8 +66,8 @@ jobs:
DOCKER_IMAGE_TAG=${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/darwinia-tracing:${{ env.DARWINIA_VERSION }}
NETWORK='${{ github.event.inputs.network }}'
EFFECT_FILE=''
if [[ "${NETWORK}" == "pangolin" ]]; then
EFFECT_FILE=playbooks/pangolin_nodes/host_vars/g3.testnets
if [[ "${NETWORK}" == "koi" ]]; then
EFFECT_FILE=playbooks/koi_nodes/host_vars/g3.testnets
fi
if [[ "${NETWORK}" == "crab" ]]; then
EFFECT_FILE=playbooks/crab_nodes/host_vars/c1.crab2
Expand Down

0 comments on commit d176d91

Please sign in to comment.