Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nest-simulator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mohamed Ayssar Benelhedi
nest-simulator
Commits
93f26089
Commit
93f26089
authored
4 years ago
by
r.deepu
Browse files
Options
Downloads
Patches
Plain Diff
disabling S3 upload.
parent
1e59cd10
Branches
travis_s3keycheck
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+15
-17
15 additions, 17 deletions
.travis.yml
with
15 additions
and
17 deletions
.travis.yml
+
15
−
17
View file @
93f26089
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment