Skip to content

Commit

Permalink
Added failing test (fail on java only)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathrin Geilmann committed Oct 26, 2020
1 parent ef545aa commit 3e73553
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions create-meta/testdata/CodeShip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CF_BUILD_URL=https://cihost.com/path/to/the/build
CF_COMMIT_URL=https://scmhost.com/path/to/the/project
CF_BRANCH=main
CF_REVISION=decafbad
9 changes: 9 additions & 0 deletions create-meta/testdata/CodeShip.txt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"git": {
"branch": "main",
"remote": "https://scmhost.com/path/to/the/project",
"revision": "decafbad"
},
"name": "CodeShip",
"url": "https://cihost.com/path/to/the/build"
}

0 comments on commit 3e73553

Please sign in to comment.