Commit b53ef6ea by Jeff LaJoie

add log for forum version swap to roberts branch for forums

parent ce2ba53a
...@@ -67,7 +67,7 @@ forum_environment: ...@@ -67,7 +67,7 @@ forum_environment:
forum_user: "forum" forum_user: "forum"
forum_ruby_version: "1.9.3-p551" forum_ruby_version: "1.9.3-p551"
forum_source_repo: "https://github.com/edx/cs_comments_service.git" forum_source_repo: "https://github.com/edx/cs_comments_service.git"
forum_version: "master" forum_version: "robrap/change-dev-db"
# #
# test config # test config
......
...@@ -38,6 +38,9 @@ ...@@ -38,6 +38,9 @@
- install - install
- install:configuration - install:configuration
- debug:
msg: "forum_version is: {{ forum_version }}"
- name: git checkout forum repo into {{ forum_code_dir }} - name: git checkout forum repo into {{ forum_code_dir }}
git: git:
dest: "{{ forum_code_dir }}" dest: "{{ forum_code_dir }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment