Skip to content

Commit

Permalink
3.0.4-beta release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kleinhenz committed Apr 22, 2016
1 parent 49a8447 commit 86ed121
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | /opt/android-sdk-linu
WORKDIR /opt/app

# get release zip from github, change archive url if a different release is needed
RUN curl -L -o /tmp/storyquest.tgz https://github.com/michaelkleinhenz/storyquest/releases/download/v3.0.3-alpha/storyquest-3.0.3-alpha.tar.gz
RUN curl -L -o /tmp/storyquest.tgz https://github.com/michaelkleinhenz/storyquest/releases/download/v3.0.3-alpha/storyquest-3.0.4-beta.tar.gz
RUN tar xfz /tmp/storyquest.tgz -C /opt/app
RUN chmod a+x /opt/app/client-android/gradlew

Expand Down
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ module.exports = function (grunt) {
'./node_modules',
'./editor/node_modules',
'./editor/template/bower_components',
'./editor/frontend/bower_components'
'./editor/frontend/bower_components',
'./client-android/app/src/main/res/raw/*.mp4'
]
}]
},
Expand Down
2 changes: 1 addition & 1 deletion ansible/storyquest-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
- name: start storyquest-docker
docker:
docker_api_version: 1.18
image: kleinhenz/storyquest:3.0.3-alpha
image: kleinhenz/storyquest:3.0.4-beta
name: storyquest
restart_policy: always
pull: always
Expand Down

0 comments on commit 86ed121

Please sign in to comment.