Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ansible
gitlab-runner
Commits
77391854
Unverified
Commit
77391854
authored
Jul 24, 2018
by
Erik-jan Riemers
Committed by
GitHub
Jul 24, 2018
Browse files
Merge pull request #16 from AnatolyRugalev/patch-1
Fixed S3 secret key configuration
parents
5b2c4542
df0d6cd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks/register-runner.yml
View file @
77391854
...
...
@@ -28,7 +28,7 @@
--cache-type '{{ gitlab_runner_cache_type }}'
--cache-s3-server-address '{{ gitlab_runner_cache_s3_server_address }}'
--cache-s3-access-key '{{ gitlab_runner_cache_s3_access_key }}'
--cache-s3-secret-key '{{ gitlab_runner_cache_s3_
access
_key }}'
--cache-s3-secret-key '{{ gitlab_runner_cache_s3_
secret
_key }}'
--cache-s3-bucket-name '{{ gitlab_runner_cache_s3_bucket_name }}'
--cache-s3-insecure '{{ gitlab_runner_cache_s3_insecure }}'
--cache-cache-shared '{{ gitlab_runner_cache_cache_shared }}'
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment