test/sh/commit.sh

9 lines
110 B
Bash
Executable File

#!/usr/bin/env sh
echo foo >> msg.txt
git add msg.txt
git commit -m test
mgmt --debug run mgmt/release.yml