Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Docker
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Decidim
Docker
Commits
60a1a0df
Unverified
Commit
60a1a0df
authored
7 years ago
by
Oriol Gual
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #23 from decidim/update-decidim
Update to Decidim 0.9.3
parents
7e39b84c
77ce896d
Branches
0.10
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+0
-5
0 additions, 5 deletions
Dockerfile
circle.yml
+1
-1
1 addition, 1 deletion
circle.yml
scripts/build_images.sh
+1
-1
1 addition, 1 deletion
scripts/build_images.sh
with
2 additions
and
7 deletions
Dockerfile
+
0
−
5
View file @
60a1a0df
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
circle.yml
+
1
−
1
View file @
60a1a0df
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
scripts/build_images.sh
+
1
−
1
View file @
60a1a0df
...
...
@@ -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
"
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment