Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit fc0b54d

Browse files
committed
Exclude :core:standalone:install from install.
- Change to ibmcom/db2 for db2 tests since db2express-c is not available anymore.
1 parent c173c59 commit fc0b54d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/src/test/scala/actionContainers/IBMPythonActionDB2Tests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class IBMPythonActionDB2Tests extends TestHelpers with WskTestHelpers with Befor
110110
"LICENSE=accept",
111111
"--name",
112112
db2containerName,
113-
"ibmcom/db2express-c",
113+
"ibmcom/db2",
114114
"db2start")
115115

116116
sleepUntilContainerRunning()

tools/travis/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ docker tag openwhisk/nodejs6action nodejs6action
2323
docker pull openwhisk/python2action
2424
docker tag openwhisk/python2action python2action
2525

26-
TERM=dumb ./gradlew install
26+
TERM=dumb ./gradlew install -x ":core:standalone:install"
2727

2828
# Build IBM nodejs runtime
2929
cd $ROOTDIR

0 commit comments

Comments
 (0)