diff options
-rw-r--r-- | gitlab-ci.morph | 8 |
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" |