Skip to content

Commit

Permalink
Merge pull request #10 from everpeace/feature/bump_concourse_version
Browse files Browse the repository at this point in the history
Bump concourse version to  v1.6.0
  • Loading branch information
mumoshu committed Aug 10, 2016
2 parents 3185dc3 + 0fe0460 commit a4dcf41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
### Auto-scaling Concourse CI v1.2 on AWS with Terraform
### Auto-scaling Concourse CI on AWS with Terraform

http://www.slideshare.net/mumoshu/autoscaled-concourse-ci-on-aws-wo-bosh

Expand Down
4 changes: 2 additions & 2 deletions concourse-baked.json
Expand Up @@ -11,13 +11,13 @@
"source_ami": "{{user `source_ami`}}",
"instance_type": "t2.micro",
"ssh_username": "ubuntu",
"ami_name": "packer-concourse-v1.3.1-{{timestamp}}"
"ami_name": "packer-concourse-v1.6.0-{{timestamp}}"
}],
"provisioners": [{
"type": "shell",
"inline": [
"uname -a",
"curl -v -L https://github.com/concourse/concourse/releases/download/v1.3.1/concourse_linux_amd64 -o concourse",
"curl -v -L https://github.com/concourse/concourse/releases/download/v1.6.0/concourse_linux_amd64 -o concourse",
"chmod +x concourse",
"sudo mv concourse /usr/local/bin/concourse"
]
Expand Down
6 changes: 0 additions & 6 deletions userdata.sh

This file was deleted.

0 comments on commit a4dcf41

Please sign in to comment.