UNPKG

@installdoc/ansible-gas-station

Version:

An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤

24 lines (23 loc) 474 B
--- lint:standard: stage: lint image: name: megabytelabs/standard:slim entrypoint: [''] rules: - if: $DO_CI == 'false' when: never - if: $CI_COMMIT_BRANCH == 'synchronize' when: never - exists: - '**/*.js' needs: [] variables: GIT_DEPTH: 1 before_script: - git config pull.ff only - git checkout "$CI_COMMIT_REF_NAME" - git pull origin "$CI_COMMIT_REF_NAME" script: - set -eo pipefail - standard