diff --git a/examples/.knega.root.yml b/examples/.knega.root.yml index dadf24f..265111c 100644 --- a/examples/.knega.root.yml +++ b/examples/.knega.root.yml @@ -34,11 +34,12 @@ defaultConfiguration: # name defines command name, ie knega changed build in this case - name: "build" # commands are executed with component directory as working directory, root scripts can be run using $ROOT + # $ROOT, $COMPONENT_NAME and $INPUTS_HASH available as environment variables during execution commands: [ - "$ROOT/scripts/build.sh -a $COMPONENT_NAME -h $INPUTS_HASH" + "$ROOT/scripts/build.sh ] # example knega all release to execute these commands for all components - name: "release" commands: [ - "$ROOT/scripts/release.sh -a $COMPONENT_NAME -h $INPUTS_HASH" + "$ROOT/scripts/release.sh ]