Skip to content

Commit 8d5eccc

Browse files
committed
Also do git add in cppsm hello
1 parent 155dc9e commit 8d5eccc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

commands/hello

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,5 @@ add_conventional_executable_tests(PRIVATE message_v1 testing_v1)
7979
add_conventional_executable(hello)
8080
target_link_libraries(hello PRIVATE message_v1)
8181
EOF
82+
83+
git add internals provides

test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ git init
1010
cppsm init
1111
cppsm hello
1212

13-
git add internals provides
1413
git config --global user.email "ci@script.com"
1514
git config --global user.name "CI script"
1615
git commit -m Initial

0 commit comments

Comments
 (0)