Skip to content
Snippets Groups Projects
Select Git revision
  • 333dab91c62e4afad48844f86e646d4e85c7f1c3
  • master default protected
  • devel
  • feature/add-escaping-to-templates
  • feature/add-priority-sorting
  • 3.3.2
  • 3.3.1
  • 3.3.0
  • 3.2.1
  • 3.2.0
  • 3.1.0
  • 3.0.0
  • 2.4.12
  • 2.4.11
  • 2.4.10
  • 2.4.9
  • 2.4.8
  • 2.4.7
  • 2.4.6
  • 2.4.5
  • 2.4.4
  • 2.4.2
  • 2.4.1
  • 2.4.0
  • 2.3.2
25 results

changelog.txt

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    gitlab-ci-free.yml 410 B
    include:
      - project: 'wpdesk/gitlab-ci'
        ref: 'feature/mysql-bin-logs'
        file: '/gitlab-ci-1.2.yml'
    
    deploy to repository:
      when: on_success
    
    deploy to demo NET:
      when: on_success
    
    deploy to demo PL:
      when: on_success
    
    deploy to demo octolize:
      when: on_success
    
    update wpdesk plugins database:
      needs:
        - deploy to repository
    
    upload translations to repo:
      when: delayed
      start_in: 30 minutes