Skip to content
Snippets Groups Projects
Select Git revision
  • bd7e4b503428aef324d5471319cd2552d5cb555a
  • master default protected
  • feat/npm-publish
  • feat/demo-deploy
  • change-demo-deploy
  • remove-smoke
  • feat/acceptance-tests
  • feature/deploy-composer.json
  • feature/mysql-bin-logs
  • skip-codecept-for-libs
  • include-composer-json
  • exclude-wp-assets
  • update_codecept_image
  • fix/silenced-copy
  • remove-free-translations
  • codeception-with-optional-step
  • improve-parallelization
  • linter-exit
  • change-images
  • fix/linter
  • globally-raise-mem-limit
  • no-symlink2
22 results

gitlab-ci-free.yml

Blame
  • gitlab-ci-free.yml 270 B
    include:
      - project: 'wpdesk/gitlab-ci'
        ref: 'master'
        file: '/gitlab-ci-1.2.yml'
    
    deploy to repository:
      when: on_success
    
    update wpdesk plugins database:
      needs:
        - deploy to repository
    
    upload translations to repo:
      when: delayed
      start_in: 30 minutes