Skip to content

Commit

Permalink
Fixed WildFly directory which is used to check if the install was suc…
Browse files Browse the repository at this point in the history
…cesfull.
  • Loading branch information
johanjanssen committed Jul 16, 2020
1 parent f863c0d commit 4634e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $Env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";"
If ($Env:PACKAGE -eq "WildFly") {
$basename = Get-ChildItem -Path $path -Recurse -Filter "wildfly.*.nupkg" | select -expandproperty basename
$version = $basename -replace 'wildfly.',''
$file = "C:\Program Files\WildFly\wildfly-$version.Final\modules\system\layers\base\org\jboss\as\product\wildfly-full\dir\META-INF\MANIFEST.MF"
$file = "C:\Program Files\WildFly\wildfly-$version.Final\modules\system\layers\base\org\jboss\as\product\main\dir\META-INF\MANIFEST.MF"
If (Test-Path $file) {
Get-Content $file
exit 0
Expand Down

0 comments on commit 4634e22

Please sign in to comment.