forked from RTICWDT/open-data-maker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcircle.yml
More file actions
24 lines (22 loc) · 842 Bytes
/
circle.yml
File metadata and controls
24 lines (22 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
dependencies:
cache_directories:
- elasticsearch-2.4.1
# pre:
# - curl -v -L -o cf-cli_amd64.deb 'https://cli.run.pivotal.io/stable?release=debian64&source=github'
# - sudo dpkg -i cf-cli_amd64.deb
# - cf -v
post:
- if [[ ! -e elasticsearch-2.4.1 ]]; then wget https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/2.4.1/elasticsearch-2.4.1.tar.gz && tar -xvf elasticsearch-2.4.1.tar.gz; fi
- elasticsearch-2.4.1/bin/elasticsearch: {background: true}
- sleep 10 && wget --waitretry=5 --retry-connrefused -v http://127.0.0.1:9200/
#test:
# post:
# - cf api https://api.cloud.gov
# - cf auth $CF_USER $CF_PASSWORD
# - cf target -o ed -s dev
# - cf a
#deployment:
# development:
# branch: dev
# commands:
# - cf push -f manifest-dev.yml