diff options
author | Philipp Geyer | 2024-06-17 21:14:58 +0200 |
---|---|---|
committer | Philipp Geyer | 2024-06-17 21:14:58 +0200 |
commit | 7f4ce2b2ca4ad41d04789a9877f197b6ebfaded9 (patch) | |
tree | 29f5baf7944a57f2536f6e97565eb389b179ee8a /jobs | |
download | simpleci-7f4ce2b2ca4ad41d04789a9877f197b6ebfaded9.tar.gz simpleci-7f4ce2b2ca4ad41d04789a9877f197b6ebfaded9.tar.bz2 simpleci-7f4ce2b2ca4ad41d04789a9877f197b6ebfaded9.zip |
First commit of simpleci
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jobs/example b/jobs/example new file mode 100644 index 0000000..4bfbcb7 --- /dev/null +++ b/jobs/example @@ -0,0 +1,3 @@ +#REPO="https://github.com/example/example.git" +#BRANCH="live" +#COMMAND="make install"
\ No newline at end of file |