File tree Expand file tree Collapse file tree 5 files changed +26
-14
lines changed Expand file tree Collapse file tree 5 files changed +26
-14
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,17 @@ name: Makefile CI
22
33on :
44 push :
5- branches : [ develop ]
5+ branches :
6+ - develop
7+ - feature/**
8+ - release/**
9+ - master
610 pull_request :
7- branches : [ develop ]
11+ branches :
12+ - develop
13+ - feature/**
14+ - release/**
15+ - master
816
917jobs :
1018 build :
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ cd "${TODO_DIR}/notes/archive/" || exit 1
4141
4242# Find a list of files
4343find . -name " ${PRE} -*enc" -printf ' %P\n' | grep " ^${PRE} -" | \
44- sed -e " s/^${PRE} -//g" -e " s/^/enote:/g" -e " s/\.enc$//g" -e " s/\.[0-9]\{1,10\}$//g" > \
45- " ${TODO_TMP_FILE} "
44+ sed -e " s/^${PRE} -//g" -e " s/^/enote:/g" -e " s/\.enc$//g" -e " s/\.[0-9]\{1,10\}$//g" | \
45+ sort > " ${TODO_TMP_FILE} "
4646if [[ $( grep -c " $* " " ${TODO_TMP_FILE} " ) -gt 0 ]]; then
4747 grep " $* " " ${TODO_TMP_FILE} "
4848 [[ -f " ${TODO_TMP_FILE} " ]] && rm -rf " ${TODO_TMP_FILE} "
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ cd "${TODO_DIR}/notes/archive/" || exit 1
4141
4242# Find a list of files
4343find . -name " ${PRE} -*txt" -printf ' %P\n' | grep " ^${PRE} -" | \
44- sed -e " s/${PRE} -//" -e " s/^/note:/" -e " s/.txt$//" -e " s/\.[0-9]\{1,10\}$//g" > \
45- " ${TODO_TMP_FILE} "
44+ sed -e " s/${PRE} -//" -e " s/^/note:/" -e " s/.txt$//" -e " s/\.[0-9]\{1,10\}$//g" |
45+ sort > " ${TODO_TMP_FILE} "
4646if [[ $( grep -c " $* " " ${TODO_TMP_FILE} " ) -gt 0 ]]; then
4747 grep " $* " " ${TODO_TMP_FILE} "
4848 [[ -f " ${TODO_TMP_FILE} " ]] && rm -rf " ${TODO_TMP_FILE} "
Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ Fix bicycle enote:testing
1818Ride bike enote:testing
1919EOF
2020# Create our notes file with some content
21- cat > notes/todo-test.enc << EOF
21+ cat > notes/todo-test.enc << EOF
2222test note first line
2323test note second line
2424EOF
2525# Create our notes file with some content
26- cat > ./notes/archive/todo-testing.enc << EOF
26+ cat > ./notes/archive/todo-testing.enc << EOF
2727test note first line
2828test note second line
2929EOF
30- cat > ./notes/archive/todo-previous.10100000.enc << EOF
30+ cat > ./notes/archive/todo-previous.10100000.enc << EOF
3131test note first line
3232test note second line
3333test note third line
4949
5050test_todo_session ' listarchivedenotes all' << EOF
5151>>> todo.sh listarchivedenotes
52- enote:testing
5352enote:previous
53+ enote:testing
5454=== 0
5555EOF
5656
Original file line number Diff line number Diff line change 11{
22 "folders" : [
3- {
4- "path" : " ."
5- }
6- ],
3+ {
4+ "path" : " ../../../../../../../net/nas1/volume1/scratcharea/paulbm/git/home/github/todo.txt-plugins "
5+ }
6+ ],
77 "settings" : {
88 "editor.tabSize" : 2 ,
99 "editor.detectIndentation" : false ,
3939 {
4040 "name" : " feature/readme_markdown" ,
4141 "base" : " develop"
42+ },
43+ {
44+ "name" : " feature/fix_ci" ,
45+ "base" : " develop"
4246 }
4347 ]
4448 }
You can’t perform that action at this time.
0 commit comments