Skip to content

Commit

Permalink
fix: fix MSSQL container start (#92212)
Browse files Browse the repository at this point in the history
* version in documentation fixed
* failing test fixed
  • Loading branch information
skiesewetter-intershop committed Jan 19, 2024
1 parent 61ff49f commit 55fc1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Intershop Commerce Management - Docker Plugins
:latestRevision: 4.0.1
:latestRevision: 4.1.0
:toc:
:icons: font

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ class ICMDockerPluginIntegegrationSpec extends AbstractIntegrationGroovySpec {

when:
def result = getPreparedGradleRunner()
.withArguments("pullAS", "--altImage=intershophub/icm-webadapter:2.2.0", "--forcePull", "-s", "-Picm.docker.config=/home/sven/intershop/config")
.withArguments("pullAS", "--altImage=intershophub/icm-webadapter:2.2.0", "--forcePull", "-s")
.withGradleVersion(gradleVersion)
.withDebug(true)
.build()
Expand Down

0 comments on commit 55fc1ee

Please sign in to comment.