devel: stage: deploy script: - echo "pipeline started" - . /usr/lib/ckan/default/bin/activate - cd /usr/lib/ckan/default/src/ckanext-theme_hft - python --version - deactivate tags: - testing only: - dev