Skip to content
Snippets Groups Projects

cicd: pack plugins into archive

Merged Lars Seipel requested to merge archive-in-gitlabci into master
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
.gitlab-ci.yml 0 → 100644
+ 7
0
 
archive:
 
image: registry.access.redhat.com/ubi8/ubi
 
script:
 
- tar --numeric-owner --owner=1001 --group=0 -czf moodle-plugins.tar.gz auth blocks local mod theme
 
artifacts:
 
paths:
 
- moodle-plugins.tar.gz
Loading