Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
changing branch from 3.1-feature to develop
Browse files Browse the repository at this point in the history
As per BennO post on comanage list.
  • Loading branch information
chubing authored Sep 25, 2017
1 parent e6eb248 commit e3362a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ENV COMANAGE_PREFIX=comanage-registry

# Note using git to grab this alternate feature branch
RUN mkdir -p /opt/comanage && cd /opt/comanage && \
git clone -b feature-3.1 https://github.com/Internet2/comanage-registry.git && \
git clone -b develop https://github.com/Internet2/comanage-registry.git && \
mv comanage-registry $COMANAGE_PREFIX-$VERSION && \
ln -s /opt/comanage/$COMANAGE_PREFIX-$VERSION /opt/comanage/current && \
mkdir /var/cache/registry && \
Expand Down

0 comments on commit e3362a1

Please sign in to comment.