Skip to content
Snippets Groups Projects
Unverified Commit 60a1a0df authored by Oriol Gual's avatar Oriol Gual Committed by GitHub
Browse files

Merge pull request #23 from decidim/update-decidim

Update to Decidim 0.9.3
parents 7e39b84c 77ce896d
Branches 0.10
No related tags found
No related merge requests found
......@@ -15,11 +15,6 @@ RUN curl -sL https://deb.nodesource.com/setup_9.x | bash - \
RUN npm install -g npm
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
RUN apt-get update && apt-get install yarn
RUN gem update --system
RUN gem install decidim:$decidim_version
......
......@@ -3,7 +3,7 @@ jobs:
build:
working_directory: /app
environment:
- DECIDIM_VERSION=0.9.2
- DECIDIM_VERSION=0.9.3
docker:
- image: docker:17.10.0-ce-git
steps:
......
......@@ -3,7 +3,7 @@
set -e
sha1=${CIRCLE_SHA1:-latest}
version=${DECIDIM_VERSION:-0.9.2}
version=${DECIDIM_VERSION:-0.9.3}
docker build -f Dockerfile \
--build-arg "decidim_version=$version" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment