diff --git a/.drone.yml b/.drone-dev.yml similarity index 51% rename from .drone.yml rename to .drone-dev.yml index 4ae445e..279ef8b 100644 --- a/.drone.yml +++ b/.drone-dev.yml @@ -5,16 +5,12 @@ pipeline: environment: - OMNIBUS_PROJECT=scalarizr - CI_DIR=/ci - - BUILDER=python3 /ci/python/builder.py - - ARTIFACT_VOLUME=/root/drone - commands: - - export - - rm -rf $CI_DIR; git clone -b new-drone-ci --single-branch git@github.com:Scalr/ci.git $CI_DIR - - export SCALARIZR_BUILD_VERSION=$($BUILDER --windows-version) - - python3 $CI_DIR/python/windows.py - - ls -la $ARTIFACT_VOLUME volumes: - - /root/drone:/root/drone + - /gcloud-account.json:/gcloud-account.json + commands: + - echo gcloud auth activate-service-account --key-file=/gcloud-account.json + - echo rm -rf $CI_DIR; git clone -b new-drone-ci --single-branch git@github.com:Scalr/ci.git $CI_DIR + - echo python3 $CI_DIR/python/windows.py centos-build: image: centos @@ -22,7 +18,7 @@ pipeline: commands: - export - env - - sleep 3 + - sleep 5 ubuntu-build: image: ubuntu @@ -30,12 +26,16 @@ pipeline: commands: - export - env - - sleep 3 + - sleep 5 ubuntu-build1: image: ubuntu commands: - export - env - - sleep 3 + - sleep 5 +matrix: + GO_VERSION: + - 1.4 + - 1.3 diff --git a/.gitignore b/.gitignore index 24bdf13..f622802 100644 --- a/.gitignore +++ b/.gitignore @@ -67,5 +67,6 @@ Session.vim !.gitattributes *~ !.drone.yml +!.drone-dev.yml fabfile_local.py