From 2dd91c67397901fb8778c2a751200e8fd65a4ff8 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 18 Aug 2018 17:49:56 +0200 Subject: [PATCH] [ci] add .mottainai.yaml --- .mottainai.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .mottainai.yaml diff --git a/.mottainai.yaml b/.mottainai.yaml new file mode 100644 index 0000000..c246bec --- /dev/null +++ b/.mottainai.yaml @@ -0,0 +1,12 @@ +script: + - set -e + - source storage/env + - ./script/build.sh + - docker login -u $DOCKER_USER -p $DOCKER_PASS + - docker push sabayon/builder-amd64 +directory: "/" +task: "docker_execute" +artefact_path: "artifacts" +storage: "9317096982217158" +storage_path: "storage" +image: "sabayon/builder-amd64"