Skip to content

Commit

Permalink
v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leutloff committed Mar 9, 2016
1 parent 4a92f14 commit 04f1c6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ deploy:
skip_cleanup: true
draft: true
on:
tags: true
repo: leutloff/bergcms-build-ubuntu-i686
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ENV BUILDDIR /usr/src/bergcms-build
ENV EXPORTDIR /opt/bergcms

# Get the Source
RUN mkdir -p "$BASEDIR" && cd "$BASEDIR" && git clone git://github.com/leutloff/berg.git && cd berg && git checkout 85994bb && git submodule update --init --recursive
RUN mkdir -p "$BASEDIR" && cd "$BASEDIR" && git clone git://github.com/leutloff/berg.git && cd berg && git checkout 302cc7a && git submodule update --init --recursive

# Build ctemplate
RUN cd "$BGDIR/src/external/ctemplate" \
Expand Down

0 comments on commit 04f1c6e

Please sign in to comment.