Skip to content

Commit

Permalink
syntax and label.
Browse files Browse the repository at this point in the history
  • Loading branch information
fractos committed May 12, 2020
1 parent 79660c1 commit 8295f37
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
@@ -1,6 +1,6 @@
FROM alpine

LABEL version="1.0.3"
LABEL version="1.0.4"
LABEL name="kubectl-deploy"
LABEL repository="http://github.com/fractos/kubectl-deploy"
LABEL homepage="http://github.com/fractos/kubectl-deploy"
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ $? -eq 0 ]
then
echo "Verifying deployment status..."
sh -c "kubectl rollout status deployment/${DEPLOYMENT_NAME} | tee rollout.txt"
if [ $? -eq 0]
if [ $? -eq 0 ]
then
echo "Deployment rollout verified"
exit 0
Expand Down

0 comments on commit 8295f37

Please sign in to comment.