Skip to content

Commit

Permalink
v3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
escapace committed Mar 30, 2019
1 parent a61afc5 commit 91bc6b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ COPY scripts scripts
COPY tests tests
COPY vendor vendor
COPY .manage_modules .manage_modules
COPY .github .github

RUN ./manage trust-escapace

ENTRYPOINT ["/sbin/tini", "--", "/workdir/manage"]
CMD ["help"]
LABEL version=v3.2.4
LABEL version=v3.2.5
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.2.4"
MANAGE_VERSION="v3.2.5"

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

0 comments on commit 91bc6b6

Please sign in to comment.