summaryrefslogtreecommitdiff
path: root/gitlab-ci.morph
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab-ci.morph')
-rw-r--r--gitlab-ci.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/gitlab-ci.morph b/gitlab-ci.morph
new file mode 100644
index 0000000..66dfc4a
--- /dev/null
+++ b/gitlab-ci.morph
@@ -0,0 +1,8 @@
+name: gitlab-ci
+kind: chunk
+configure-commands:
+build-commands:
+install-commands:
+- mkdir -p "$DESTDIR/$PREFIX/share/gitlab-ci"
+- cp -R * "$DESTDIR/$PREFIX/share/gitlab-ci"
+- chmod -R a+rX,g+w "$DESTDIR/$PREFIX/share/gitlab-ci"