diff --git a/README.md b/README.md index e69de29..4c8b525 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +Hello World! +Test300000 + diff --git a/commit.txt b/commit.txt new file mode 100644 index 0000000..1ca2c52 --- /dev/null +++ b/commit.txt @@ -0,0 +1 @@ +Commit test diff --git a/myjob.yaml b/myjob.yaml new file mode 100644 index 0000000..b01d6c8 --- /dev/null +++ b/myjob.yaml @@ -0,0 +1,7 @@ +- hosts: all + tasks: + - name: This is a test task + debug: + msg: You should see me in the logs. + - name: Another test task + command: date diff --git a/zuul.yaml b/zuul.yaml index 73db574..8fbb0a0 100644 --- a/zuul.yaml +++ b/zuul.yaml @@ -3,3 +3,7 @@ check: jobs: - noop + - myjob +- job: + name: myjob + run: my.job.yaml