0.1.0-DEV-20191030-150846

-------------------------
    * FIX:
      - fixed path to 'hostname' binary
This commit is contained in:
Chris Hammer 2019-10-30 15:09:13 -04:00
parent c09c103b6b
commit 2c3624a6f2

View File

@ -42,7 +42,7 @@ stages:
only: only:
- development - development
script: script:
- /usr/bin/hostname - /bin/hostname
- "cd ${CI_PROJECT_DIR} && git log -1" - "cd ${CI_PROJECT_DIR} && git log -1"
- "ansible --version" - "ansible --version"
- "ansible-lint --version" - "ansible-lint --version"