From f92a3b913d82bf2d117862e7067fe6da5f13704e Mon Sep 17 00:00:00 2001 From: "Martin Studer, fluxlabs ag" Date: Thu, 31 Mar 2022 22:36:02 -0400 Subject: [PATCH] added publish-utils --- .gitlab-ci.yml | 7 +++++++ CHANGELOG.md | 7 +++++++ README.md | 2 +- composer.json | 14 ++++++-------- 4 files changed, 21 insertions(+), 9 deletions(-) create mode 100644 .gitlab-ci.yml create mode 100644 CHANGELOG.md diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..bb3b170 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +flux-publish-utils: + stage: build + image: docker-registry.fluxpublisher.ch/flux-publish-utils:latest + script: + - "false" + only: + - main \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6f46e02 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# CHANGELOG + +## [0.0.2] +* added flux-publish-utils + +## [0.0.1] +* init \ No newline at end of file diff --git a/README.md b/README.md index 690816b..58a55a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # flux-eco/shell-executor -This component support executing shell commands. +Component for executing shell commands. In the future, thanks to swoole, co/routine it will also support parallelisation. ## Contributing :purple_heart: diff --git a/composer.json b/composer.json index bdc15e0..b070fbd 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,12 @@ { "name": "flux-eco/shell-executor", - "description": "Component for flux-capacitor apps developed by fluxlabs", - "version": "0.0.1", + "description": "Component for executing shell commands", + "version": "0.0.2", "type": "flux-app", "keywords": [ - "flux-ecosystem", - "flux-capacitor", - "fluxlabs ag" + "flux-eco", + "shell-executor", + "fluxlabs" ], "homepage": "https://fluxlabs.ch", "license": "GPL-3.0-only", @@ -25,11 +25,9 @@ "php": ">=7.4", "ext-curl": "*", "ext-json": "*", - "ext-yaml": "*", - "composer-runtime-api": ">=2.1" + "ext-yaml": "*" }, "require-dev": { - "composer/composer": ">=2.0", "swoole/ide-helper": ">=4.6" }, "autoload": {