Skip to content
Snippets Groups Projects
Commit 98c4b684 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

test

parent 82d28491
No related branches found
No related tags found
1 merge request!759Docker Ignore
......@@ -7,6 +7,11 @@ tasks.withType(JavaCompile) {
new File(versionFile.getParent()).mkdirs()
try {
println("------------ git status -------------")
exec {
commandLine "git", "status", "--porcelain"
}
def details = versionDetails()
def ciProjectUrl = System.getenv("CI_PROJECT_URL")
def branch = System.getenv("CI_COMMIT_BRANCH")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment