Skip to content

Commit 69fcd20

Browse files
committed
Don't go up to /app
1 parent 5d0f0d3 commit 69fcd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heroku_ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ nosetests --with-tap --tap-stream --with-coverage --cover-package=cumulusci
99
coveralls
1010

1111
# Clone the CumulusCI-Test repo to run test builds against it with cci
12-
cd ..
1312
git clone https://github.com/SalesforceFoundation/CumulusCI-Test
13+
cd CumulusCI-Test
1414
cci flow run ci_feature --org scratch --delete-org
1515
cci flow run ci_master --org packaging
1616
cci flow run release_beta --org packaging

0 commit comments

Comments
 (0)