diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-10-05 07:15:42 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-10-05 07:15:42 +0200 |
commit | 5374bef630025b10478f0c234b4e37fc29b3be93 (patch) | |
tree | 2bb20832db5bfee52f9d2a8876975b396a164bea /kiwi/adei/Dicefile | |
parent | eb8382d4dc76d5b3dcda1290f74e71989feae83a (diff) | |
download | adei-5374bef630025b10478f0c234b4e37fc29b3be93.tar.gz adei-5374bef630025b10478f0c234b4e37fc29b3be93.tar.bz2 adei-5374bef630025b10478f0c234b4e37fc29b3be93.tar.xz adei-5374bef630025b10478f0c234b4e37fc29b3be93.zip |
Mini-version for CronJobs based on kiwi image (first try)
Diffstat (limited to 'kiwi/adei/Dicefile')
-rw-r--r-- | kiwi/adei/Dicefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kiwi/adei/Dicefile b/kiwi/adei/Dicefile new file mode 100644 index 0000000..d335c88 --- /dev/null +++ b/kiwi/adei/Dicefile @@ -0,0 +1,3 @@ +Dice.configure do |config| + config.buildhost = :DOCKER +end |