Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1252 from edx/han/johnnycake-ami
Browse files Browse the repository at this point in the history
New johnnycake AMI for full edx sandboxes
  • Loading branch information
Han Su Kim committed Jun 27, 2014
2 parents 6d747f6 + 095825e commit bb10bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/jenkins/ansible-provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fi

if [[ -z $ami ]]; then
if [[ $server_type == "full_edx_installation" ]]; then
ami="ami-97dbc3fe"
ami="ami-f0814498"
elif [[ $server_type == "ubuntu_12.04" || $server_type == "full_edx_installation_from_scratch" ]]; then
ami="ami-59a4a230"
elif [[ $server_type == "ubuntu_14.04(experimental)" ]]; then
Expand Down

0 comments on commit bb10bf1

Please sign in to comment.