.gitlab-ci.yml 241 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
9
10
11
  artifacts:
    paths:
      - ckanext-theme_hft
  tags: 
    - testing
  only:
Wolfgang Knopki's avatar
Wolfgang Knopki committed
12
    - dev