Skip to content

Commit

Permalink
Modify test so the input is read from a sp file
Browse files Browse the repository at this point in the history
Signed-off-by: Denisa Dan <[email protected]>
  • Loading branch information
Denisa Dan committed Apr 10, 2017
1 parent 30a74eb commit 29c011a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ machine:
COREOS_PLACEHOLDERS_2: '<coreos_host_4> <coreos_host_5> <coreos_host_6>'
CHANGES_ONLY_BUILD_MODE: '[ "${CIRCLE_BRANCH}" != "master" ] && [ -n $BUILD_MODE ]'
YODA_FILE_PATH: $(pwd)/cloud-slang-content/resources/base/examples/yoda/yoda_quotes.txt
TEST: $(ls)

JAVA_OPTS: -Xms400m -Xmx2g -XX:PermSize=128m -XX:MaxPermSize=256m
pre:
- sudo curl -L -o /usr/bin/docker 'http://s3-external-1.amazonaws.com/circle-downloads/docker-1.8.2-circleci'; sudo chmod 0755 /usr/bin/docker; true
Expand Down

0 comments on commit 29c011a

Please sign in to comment.