Skip to content
Snippets Groups Projects
Commit 4328272f authored by Lars Seipel's avatar Lars Seipel
Browse files

cicd: pack plugins into archive

parent 0116a0bf
No related branches found
No related tags found
No related merge requests found
Pipeline #63659 failed
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
.gitlab-ci.yml 0 → 100644
archive:
image: registry.access.redhat.com/ubi8/ubi
script:
- tar --numeric-owner --owner=1001 --group=0 -czf moodle-plugins.tar.gz auth block local mod theme
artifacts:
paths:
- moodle-plugins.tar.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment