Skip to content

Commit

Permalink
v3.3.33
Browse files Browse the repository at this point in the history
  • Loading branch information
escapace committed Apr 2, 2019
1 parent b7d314a commit d285291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN mkdir -p /opt/manage /var/manage && \

COPY .manage_modules vendor tests scripts modules manage .manage.yml LICENSE /opt/manage/

RUN ln -s /opt/manage /usr/bin/manage && \
RUN ln -s /opt/manage/manage /usr/bin/manage && \
cd /opt/manage && ./manage trust-escapace && \
cd /var/manage && /usr/bin/manage init

Expand Down
2 changes: 1 addition & 1 deletion manage
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ else
exit 1
fi

MANAGE_VERSION="v3.3.3"
MANAGE_VERSION="v3.3.33"

MANAGE_IS_CI () {
# Returns 0 if the current environment
Expand Down

0 comments on commit d285291

Please sign in to comment.