Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 8cf0944

Browse files
committed
added basic logging
1 parent 29593c0 commit 8cf0944

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ _testmain.go
2525
#
2626
config
2727
config/*
28+
scripts
29+
scripts/*
2830
Capfile
2931
Gemfile
3032
Gemfile.lock

config.json renamed to example.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,5 @@
55
"Branch":"master",
66
"Shell":"date"
77
},
8-
{
9-
"Repo":"repo",
10-
"Branch":"master",
11-
"Shell":"ls"
12-
}
138
]
149
}

0 commit comments

Comments
 (0)