Skip to content

Commit

Permalink
In reference checking ignore serverless framework default resource th…
Browse files Browse the repository at this point in the history
…at is secretly created by the framework
  • Loading branch information
psiniemi committed Aug 28, 2020
1 parent 186946c commit d268c84
Show file tree
Hide file tree
Showing 5 changed files with 1,018 additions and 2,030 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Build Status](https://travis-ci.org/NitorCreations/nameless-deploy-tools.svg?branch=master)](https://travis-ci.org/NitorCreations/nameless-deploy-tools)
[![Coverage Status](https://coveralls.io/repos/github/NitorCreations/nameless-deploy-tools/badge.svg?branch=master)](https://coveralls.io/github/NitorCreations/nameless-deploy-tools?branch=master)

## Released version 1.152
## Released version 1.153

Nameless deploy tools are a set of tools to implement a true Infrastructure As Code workflow
with various cloud infrastructure management tools. Currently supported tools are
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN set -ex \
&& chmod 755 /usr/bin/lein \
&& lein version
RUN python -m pip install -U pip
RUN pip install --no-cache-dir nameless-deploy-tools==1.152
RUN pip install --no-cache-dir nameless-deploy-tools==1.153

VOLUME /var/lib/docker

Expand Down
Loading

0 comments on commit d268c84

Please sign in to comment.