Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wordpress
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Contributor 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
GitLab
CI
wordpress
Commits
89c13b87
Commit
89c13b87
authored
4 years ago
by
Erick Hitter
Browse files
Options
Downloads
Plain Diff
Merge branch 'remove-test-git' into 'main'
Why bother? See merge request
!8
parents
e54ade1c
2230a9c9
No related branches found
No related tags found
1 merge request
!8
Why bother?
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pantheon/default.yml
+0
-9
0 additions, 9 deletions
pantheon/default.yml
with
0 additions
and
9 deletions
pantheon/default.yml
+
0
−
9
View file @
89c13b87
...
...
@@ -9,17 +9,8 @@ test-deps:
stage
:
test
image
:
containers.ethitter.com:443/docker/images/php:7.3
before_script
:
-
'
which
ssh-agent
||
(
apt-get
update
-y
&&
apt-get
install
openssh-client
-y
)'
-
eval $(ssh-agent -s)
-
ssh-add <(echo "$GIT_SSH_PRIV_KEY")
-
git config --global user.email "$GIT_USER_EMAIL"
-
git config --global user.name "$GIT_USER_NAME"
-
mkdir -p ~/.ssh
-
echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
-
ssh-keygen -R "$PANTHEON_GIT_HOST"
-
ssh-keyscan -t rsa -p "$PANTHEON_GIT_HOST_PORT" "$PANTHEON_GIT_HOST" >> ~/.ssh/known_hosts
# TODO: add build steps here once things are converted to submodules.
# TODO: add Terminus to handle pushes and cache clearing.
script
:
...
...
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