File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
- name : Build
23
23
working-directory : .
24
24
run : |
25
- make update-sbg-lib sbg_branch=iss-23-refactor repo_checkout=https
25
+ make update-sbg-lib sbg_branch=sbg-partioner-related-branch repo_checkout=https
26
26
make
27
27
28
28
- name : Tests
Original file line number Diff line number Diff line change 1
1
# Target variables
2
2
MODE ?= Debug
3
- sbg_branch ?= iss-23-refactor
3
+ sbg_branch ?= sbg-partioner-related-branch
4
4
build_sbg ?= True
5
5
repo_checkout =ssh
6
6
41
41
@echo " Default values:"
42
42
@echo " "
43
43
@echo " MODE=Debug"
44
- @echo " sbg_branch=iss-23-refactor "
44
+ @echo " sbg_branch=sbg-partioner-related-branch "
45
45
@echo " build_sbg=True"
46
46
@echo " repo_checkout=ssh"
Original file line number Diff line number Diff line change 1
1
# Target variables
2
2
MODE ?= Debug
3
3
DISTRO := $(shell lsb_release -r 2>/dev/null | grep Release | awk '{ print $$2 }')
4
- sbg_branch ?= iss-23-refactor
4
+ sbg_branch ?= sbg-partioner-related-branch
5
5
build_sbg ?= True
6
6
repo_checkout ?= ssh
7
7
98
98
@echo " Default values:"
99
99
@echo " "
100
100
@echo " MODE=Debug"
101
- @echo " sbg_branch=iss-23-refactor "
101
+ @echo " sbg_branch=sbg-partioner-related-branch "
102
102
@echo " build_sbg=True"
103
103
@echo " repo_checkout=ssh"
You can’t perform that action at this time.
0 commit comments