Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
platform
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
micah
platform
Commits
67b73969
Verified
Commit
67b73969
authored
7 years ago
by
Varac
Browse files
Options
Downloads
Patches
Plain Diff
Docs: Fixed gitlab-runner ssh-key env variable
parent
a2959d86
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/platform-ci/README.md
+1
-1
1 addition, 1 deletion
tests/platform-ci/README.md
with
1 addition
and
1 deletion
tests/platform-ci/README.md
+
1
−
1
View file @
67b73969
...
@@ -39,7 +39,7 @@ together with [Docker](https://www.docker.com/).
...
@@ -39,7 +39,7 @@ together with [Docker](https://www.docker.com/).
Export
`AWS_ACCESS_KEY`
,
`AWS_SECRET_KEY`
and
`SSH_PRIVATE_KEY`
as shown above.
Export
`AWS_ACCESS_KEY`
,
`AWS_SECRET_KEY`
and
`SSH_PRIVATE_KEY`
as shown above.
From the root dir of this repo run:
From the root dir of this repo run:
gitlab-runner exec docker --env AWS_ACCESS_KEY="$AWS_ACCESS_KEY" --env AWS_SECRET_KEY="$AWS_SECRET_KEY" --env SSH_PRIVATE_KEY="$SSH_PRIVATE_KEY" deploy_test
gitlab-runner exec docker --env AWS_ACCESS_KEY="$AWS_ACCESS_KEY" --env AWS_SECRET_KEY="$AWS_SECRET_KEY" --env
platform_PROVIDER_
SSH_PRIVATE_KEY="$SSH_PRIVATE_KEY" deploy_test
See
`.gitlab-ci.yml`
for all the different test jobs.
See
`.gitlab-ci.yml`
for all the different test jobs.
...
...
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