]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
Makefile: followup on #2585 v3.0.36
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 31 May 2018 09:25:49 +0000 (11:25 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 1 Jun 2018 10:52:12 +0000 (12:52 +0200)
commit8f7e9f0f81d927397edebfc6bcffcb7c876f270d
treec4c5fb20fbc1deeb0e62eb5f89a078a92f5adb8f
parente5f2df88f949bc2015d707cf86683a0cbf13a3ca
Makefile: followup on #2585

Fix a typo in `tag` target, double quote are missing here.

Without them, the `make tag` command fails like this:

```
if [[ "v3.0.35" ==  ]]; then \
            echo "e5f2df8 on stable-3.0 is already tagged as v3.0.35"; \
            exit 1; \
        fi
/bin/sh: -c: line 0: unexpected argument `]]' to conditional binary operator
/bin/sh: -c: line 0: syntax error near `;'
/bin/sh: -c: line 0: `if [[ "v3.0.35" ==  ]]; then     echo "e5f2df8 on stable-3.0 is already tagged as v3.0.35";     exit 1; fi'
make: *** [tag] Error 2
```

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 0b67f42feb95594fb403908d61383dc25d6cd342)
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Makefile