Skip to content

Commit a7df4a8

Browse files
committed
fix app package path
1 parent c1ee2c3 commit a7df4a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy-applications.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
cd('/')
3030
app = create(appname, 'AppDeployment')
31-
app.setSourcePath(appdir + '/' + apppkg)
31+
app.setSourcePath(apppkg)
3232
app.setStagingMode('nostage')
3333

3434
# Assign application to AdminServer

wercker-step.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: weblogic-step
2-
version: 0.1.18
2+
version: 0.1.19
33
description: Creates and configures a WebLogic Docker image.
44
keywords:
55
- weblogic

0 commit comments

Comments
 (0)