diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-06-04 15:21:06 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-06-04 15:21:06 -0400 |
commit | 9b206df249903b045135ea4f972e4d8f20e19623 (patch) | |
tree | 1655d0f480659f47cb6f6e10670d7fc036d00cab | |
parent | f05127bf6bcfe7bd10cb8ae8d112ac78f50a1b01 (diff) | |
download | sandbox-9b206df249903b045135ea4f972e4d8f20e19623.tar.gz |
asdfasdfasd
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 8b73dc3..6fb6ed4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,9 +7,7 @@ bc.nodetype = 'linux' bc.build_mode = 'example' bc.build_cmds = ["echo hello"] bc.test_cmds = [ - "echo '{\"test\":\"alive\"}' > test.json", 'echo {"test2":"alive2"} > test2.json', - 'find .', ] bc.test_artifacts = [dc] matrix = [bc] |