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"