Skip to content
Snippets Groups Projects
Commit 93f26089 authored by r.deepu's avatar r.deepu
Browse files

disabling S3 upload.

parent 1e59cd10
No related tags found
No related merge requests found
......@@ -218,21 +218,19 @@ before_deploy:
fi
# S3 Deployment (Uploading the Travis CI build artefacts to Amazon S3).
: <<'END'
#deploy:
provider: s3
access_key_id:
secure: $ARTIFACTS_KEY
secret_access_key:
secure: $ARTIFACTS_SECRET
bucket: "nest-travis-artefacts"
region: eu-central-1
skip_cleanup: true
on:
repo: nest/nest-simulator
branch: travis_s3keycheck
condition: $xNEST_BUILD_TYPE != STATIC_CODE_ANALYSIS
local-dir: "$TRAVIS_BUILD_DIR/build/artefacts_upload"
upload-dir: "$TRAVIS_REPO_SLUG/$TRAVIS_BUILD_NUMBER/$TRAVIS_JOB_NUMBER"
acl: bucket_owner_full_control
END
\ No newline at end of file
# provider: s3
# access_key_id:
# secure: $ARTIFACTS_KEY
# secret_access_key:
# secure: $ARTIFACTS_SECRET
# bucket: "nest-travis-artefacts"
# region: eu-central-1
# skip_cleanup: true
# on:
# repo: nest/nest-simulator
# branch: travis_s3keycheck
# condition: $xNEST_BUILD_TYPE != STATIC_CODE_ANALYSIS
# local-dir: "$TRAVIS_BUILD_DIR/build/artefacts_upload"
# upload-dir: "$TRAVIS_REPO_SLUG/$TRAVIS_BUILD_NUMBER/$TRAVIS_JOB_NUMBER"
# acl: bucket_owner_full_control
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment