Skip to content

Commit

Permalink
Fix windows reboot condition after bake installs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
psiniemi committed Feb 21, 2019
1 parent baabc01 commit 15a6b98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.62
## Released version 1.63

Nameless deploy tools are a set of tools to implement a true Infrastructure As Code workflow
with AWS and CloudFormation.
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ RUN set -ex \
&& wget -O /usr/bin/lein "https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein" \
&& chmod 755 /usr/bin/lein \
&& lein version
RUN pip install --no-cache-dir nameless-deploy-tools==1.62
RUN pip install --no-cache-dir nameless-deploy-tools==1.63

ENTRYPOINT ["dockerd-entrypoint.sh"]
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
from n_utils import PATH_COMMANDS, CONSOLESCRIPTS

setup(name='nameless_deploy_tools',
version='1.62',
version='1.63',
description='Tools for deploying to AWS via CloudFormation and Serverless framework that support a pull request based workflow',
url='http://github.com/NitorCreations/nameless-deploy-tools',
download_url='https://github.com/NitorCreations/nameless-deploy-tools/tarball/1.62',
download_url='https://github.com/NitorCreations/nameless-deploy-tools/tarball/1.63',
author='Pasi Niemi',
author_email='pasi@nitor.com',
license='Apache 2.0',
Expand Down

0 comments on commit 15a6b98

Please sign in to comment.