0.1.0-DEV-20191105-132422

-------------------------
    * FIX:
      - /bin/bash: line 88: /usr/bin/hostname: No such file or directory
This commit is contained in:
Chris Hammer 2019-11-05 13:25:40 -05:00
parent ae3d025f05
commit f80d8b8112

View File

@ -40,7 +40,7 @@ stages:
<<: *tags_template
stage: check_versions
script:
- /usr/bin/hostname
- /bin/hostname
- "cd ${ANSIBLE_PLAY_PATH} && git log -1"
- "ansible --version"
- "ansible-lint --version"