Skip to content

Commit 6d8f03c

Browse files
WIP:Remove code duplication for rln nde cloning
1 parent 3132839 commit 6d8f03c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/clone-rln.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222

2323
- name: Clone rgb-lightning-node repository with submodules
2424
run: |
25+
ls
2526
CURRENT_RLN_NODE_COMMIT=$(grep 'CURRENT_RLN_NODE_COMMIT' ./src/utils/constant.py | awk -F'=' '{print $2}' | tr -d ' "' | xargs)
2627
2728
if [ -z "$CURRENT_RLN_NODE_COMMIT" ]; then

0 commit comments

Comments
 (0)