File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
7
7
8
8
if [ $? = 0 ] ; then
9
9
echo " Credentials install SUCCEEDED! Exited with $? "
10
+ export IBM_CREDENTIALS_FILE=$( pwd) /Travis/sdk-credentials/ibm-credentials.env
10
11
else
11
12
echo " Credentials install FAILED! Exited with $? "
12
13
exit 1
@@ -22,33 +23,14 @@ git clone -b $TRAVIS_BRANCH https://github.com/watson-developer-cloud/unity-sdk.
22
23
if [ $? = 0 ] ; then
23
24
echo " WDC Unity SDK install SUCCEEDED! Exited with $? "
24
25
25
- echo " Attempting to remove TravisIntegrationTests from Travis directory..."
26
- rm Travis/TravisIntegrationTests.cs
27
- if [ $? = 0 ] ; then
28
- echo " Removing travis build script SUCCEEDED! Exited with $? "
29
- else
30
- echo " Removing travis build script FAILED! Exited with $? "
31
- exit 1
32
- fi
33
-
34
26
echo " Attempting to create Travis/UnityTestProject/Assets/Scripts/Editor/"
35
27
mkdir -p Travis/UnityTestProject/Assets/Scripts/Editor/
36
28
if [ $? = 0 ] ; then
37
29
echo " Creating Travis/UnityTestProject/Assets/Scripts/Editor/ SUCCEEDED! Exited with $? "
38
-
39
- echo " Attempting to move integration tests script..."
40
- mv Travis/UnityTestProject/Assets/Watson/Travis/TravisIntegrationTests.cs Travis/UnityTestProject/Assets/Scripts/Editor/TravisIntegrationTests.cs
41
- if [ $? = 0 ] ; then
42
- echo " Moving travis integration tests script SUCCEEDED! Exited with $? "
43
- exit 0
44
- else
45
- echo " Moving travis integration tests script FAILED! Exited with $? "
46
- exit 1
47
- fi
48
30
else
49
31
echo " Creating Travis/UnityTestProject/Assets/Scripts/Editor/ FAILED! EXITED WITH $? "
50
32
fi
51
33
else
52
34
echo " WDC Unity SDK install FAILED! Exited with $? "
53
35
exit 1
54
- fi
36
+ fi
You can’t perform that action at this time.
0 commit comments