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

remote print

parent aebc6814
No related branches found
No related tags found
1 merge request!759Docker Ignore
......@@ -7,11 +7,6 @@ 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