Skip to content
Snippets Groups Projects

Resolve "Command "require-dev" is not defined."

Merged richardpapp requested to merge 25-command-require-dev-is-not-defined into master
All threads resolved!
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -18,6 +18,8 @@ Build:
when: always
paths:
- site/
only:
- master
Deploy:
stage: deploy
@@ -28,3 +30,5 @@ Deploy:
script:
- a -m synchronize -a "src=${PWD}/site/ dest=/var/www/docs/devops-tools" --limit=bsdevop1
cache: {}
only:
- master
Loading