File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 66set -e
77
88# Use environment variables directly instead of parameters
9- NETWORK_NAME=" ${NETWORK_NAME:- SAMPLE-VALUE} "
10- MINTSCAN_CHAIN_ID=" ${MINTSCAN_CHAIN_ID:- SAMPLE-VALUE} "
9+ NETWORK_NAME=" sdfsdfsdfsdfsdf " # " ${NETWORK_NAME:-SAMPLE-VALUE}"
10+ MINTSCAN_CHAIN_ID=" sdfsdfsdfsdfsdf " # " ${MINTSCAN_CHAIN_ID:-SAMPLE-VALUE}"
1111
1212# Function to generate Mintscan URLs
1313generate_mintscan_block_url () {
@@ -41,6 +41,11 @@ LINUX_ARM64_CHECKSUM="${15}"
4141RUN_NUMBER=" ${16} "
4242COMMIT_SHA=" ${17} "
4343
44+ echo " DEBUG: Total parameters received: $# "
45+ echo " DEBUG: All parameters: $@ "
46+ echo " DEBUG: NETWORK_NAME: '$NETWORK_NAME '"
47+ echo " DEBUG: MINTSCAN_CHAIN_ID: '$MINTSCAN_CHAIN_ID '"
48+
4449# Extract proposal number from proposal file path (e.g., "proposals/038-upgrade-v22.json" -> "038")
4550PROPOSAL_NUMBER=$( basename " $PROPOSAL_FILE " | cut -d' -' -f1)
4651
You can’t perform that action at this time.
0 commit comments