diff --git a/README.md b/README.md index 76001b2d..33a6ec33 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # commit-queue-playground -Repository here to experiment with the commit queue. +Repository here to experiment with the commit queue or other things. ## Testing -Run tests with pytest. -======= +# Run tests with pytest. ``` $ pip install -r requirements.txt diff --git a/output.yml b/output.yml index 75f533f7..3f5c89ba 100644 --- a/output.yml +++ b/output.yml @@ -8,23 +8,14 @@ pre: set -o verbose echo "chayaMtesting in pre" cat src/output.json + tasks: - name: print_apple commands: - command: shell.exec params: script: | - set -o verbose - echo "chayaMtesting in task" - cat src/output.json - - command: shell.exec - params: - script: echo "apple" - - name: print_banana - commands: - - command: shell.exec - params: - script: echo "banana" + echo "this is a task" buildvariants: - name: ubuntu2204 display_name: Ubuntu 22.04 @@ -34,8 +25,5 @@ buildvariants: - name: "print_apple" create_check_run: path_to_outputs: "src/output.json" - - name: "print_banana" - create_check_run: - path_to_outputs: "" expansions: checkRun_key: apple