Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lab-GitLab-CI-CD
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gawen.ackerman
Lab-GitLab-CI-CD
Commits
ee287b66
Commit
ee287b66
authored
1 year ago
by
gawen.ackerman
Browse files
Options
Downloads
Patches
Plain Diff
1053
parent
99427ed4
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
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
ee287b66
...
@@ -15,7 +15,7 @@ default:
...
@@ -15,7 +15,7 @@ default:
# Commmon to all stages -- needed because the image's storage is not persistent across them
# Commmon to all stages -- needed because the image's storage is not persistent across them
before_script
:
before_script
:
# uncomment for debugging. Watch out! It *will* expose any secret passed from an unprotected variable.
# uncomment for debugging. Watch out! It *will* expose any secret passed from an unprotected variable.
#
- export
-
export
-
apk -U add git openssh-client rsync
-
apk -U add git openssh-client rsync
-
mkdir -p -m 0700 ~/.ssh
-
mkdir -p -m 0700 ~/.ssh
-
touch ~/.ssh/known_hosts && chmod 644 ~/.ssh/known_hosts
-
touch ~/.ssh/known_hosts && chmod 644 ~/.ssh/known_hosts
...
...
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