@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
23 lines (22 loc) • 511 B
YAML
semantic-release:
stage: publish
image: $UPDATER_IMAGE
rules:
- if: $DO_CI == 'false'
when: never
- if: ($CI_PIPELINE_SOURCE == 'pipeline' || $CI_PIPELINE_SOURCE == 'web') && $CI_COMMIT_REF_NAME == 'synchronize'
variables:
GIT_DEPTH: 1
GIT_SUBMODULE_STRATEGY: recursive
cache:
key: $CI_COMMIT_REF_SLUG
paths:
- .npm/
- .pnpm-store/
- .venv/
before_script:
- bash start.sh
script:
- . "$HOME/.profile"
- task release:semantic-release