.gitlab-ci.yml 191 Bytes
Newer Older
Wolfgang Knopki's avatar
Wolfgang Knopki committed
1
2
3
pages-devel:    
  stage: deploy
  script:
Wolfgang Knopki's avatar
Wolfgang Knopki committed
4
    - echo "pipeline started"
Wolfgang Knopki's avatar
Wolfgang Knopki committed
5
    - cp -r ckanext-theme_hft/* /usr/lib/ckan/default/src/ckanext-theme_hft/
Wolfgang Knopki's avatar
Wolfgang Knopki committed
6
7
8
  tags: 
    - testing
  only:
Wolfgang Knopki's avatar
Wolfgang Knopki committed
9
    - dev