Skip to content

Commit

Permalink
Handle components in different regions for upsert-codebuild-projects
Browse files Browse the repository at this point in the history
  • Loading branch information
psiniemi committed Aug 26, 2020
1 parent a6b4204 commit 6824e99
Show file tree
Hide file tree
Showing 5 changed files with 2,030 additions and 1,018 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.151
## Released version 1.152

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.151
RUN pip install --no-cache-dir nameless-deploy-tools==1.152

VOLUME /var/lib/docker

Expand Down
Loading

0 comments on commit 6824e99

Please sign in to comment.