summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-05-15 22:07:47 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-05-22 19:34:47 +0000
commitc74044d65dec2ba8311e242c84e07a67abd52d37 (patch)
tree3fe520b28f979f20a81a00d62c5c76827f438f5a
parentac0c1aa3898d6dea54d7868ea6f9c45fd5e30c59 (diff)
downloadgitlab-ci-baserock/morph.tar.gz
add morph filebaserock/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"