fix spec issue
This commit is contained in:
parent
9c02b882b0
commit
a41a169bfc
@ -123,7 +123,7 @@ public class PlanSpec {
|
||||
|
||||
new ScriptTask().description("Build").inlineBody(
|
||||
"#!/bin/bash\n" + "set -e\n" + "imageName=\"nexus.iqser.com:5001/red/ui-cypress\"\n"
|
||||
+ "dockerfileLocation=\"build/docker/cypress/Dockerfile\"\n"
|
||||
+ "dockerfileLocation=\"docker/cypress/Dockerfile\"\n"
|
||||
+ "docker build -t ${imageName}:latest -f ${dockerfileLocation} .\n"),
|
||||
new ScriptTask().description("Run Tests").inlineBody(
|
||||
"#!/bin/bash\n" + "set -e\n" + "imageName=\"nexus.iqser.com:5001/red/ui-cypress\"\n"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user