Skip to content

Commit

Permalink
Merge branch 'v0.0.2' into 'main'
Browse files Browse the repository at this point in the history
added publish-utils

See merge request fluxlabs/flux-eco/shell-executor!1
  • Loading branch information
mstuder committed Apr 1, 2022
2 parents b88df89 + f92a3b9 commit bb67de6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
7 changes: 7 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
flux-publish-utils:
stage: build
image: docker-registry.fluxpublisher.ch/flux-publish-utils:latest
script:
- "false"
only:
- main
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG

## [0.0.2]
* added flux-publish-utils

## [0.0.1]
* init
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
14 changes: 6 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit bb67de6

Please sign in to comment.