Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-runner
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
gitlab-runner
Commits
77391854
Unverified
Commit
77391854
authored
6 years ago
by
Erik-jan Riemers
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #16 from AnatolyRugalev/patch-1
Fixed S3 secret key configuration
parents
5b2c4542
df0d6cd0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/register-runner.yml
+1
-1
1 addition, 1 deletion
tasks/register-runner.yml
with
1 addition
and
1 deletion
tasks/register-runner.yml
+
1
−
1
View file @
77391854
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
--cache-type '{{ gitlab_runner_cache_type }}'
--cache-type '{{ gitlab_runner_cache_type }}'
--cache-s3-server-address '{{ gitlab_runner_cache_s3_server_address }}'
--cache-s3-server-address '{{ gitlab_runner_cache_s3_server_address }}'
--cache-s3-access-key '{{ gitlab_runner_cache_s3_access_key }}'
--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-bucket-name '{{ gitlab_runner_cache_s3_bucket_name }}'
--cache-s3-insecure '{{ gitlab_runner_cache_s3_insecure }}'
--cache-s3-insecure '{{ gitlab_runner_cache_s3_insecure }}'
--cache-cache-shared '{{ gitlab_runner_cache_cache_shared }}'
--cache-cache-shared '{{ gitlab_runner_cache_cache_shared }}'
...
...
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