Quickfix Dockerfile
This commit is contained in:
parent
a6ff6dc350
commit
3c0e28f67f
@ -125,12 +125,7 @@ public class PlanSpec {
|
||||
.description("Run Sonarqube scan.")
|
||||
.location(Location.FILE)
|
||||
.fileFromPath("bamboo-specs/src/main/resources/scripts/sonar-scan.sh")
|
||||
.argument(SERVICE_NAME),
|
||||
new ScriptTask()
|
||||
.description("Shut down any running docker containers.")
|
||||
.location(Location.FILE)
|
||||
.inlineBody("pip install docker-compose\n" +
|
||||
"docker-compose down"))
|
||||
.argument(SERVICE_NAME))
|
||||
.dockerConfiguration(
|
||||
new DockerConfiguration()
|
||||
.image("nexus.iqser.com:5001/infra/release_build:4.2.0")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user