Skip to content
Snippets Groups Projects
Commit 2230a9c9 authored by Erick Hitter's avatar Erick Hitter
Browse files

Why bother?

parent e54ade1c
No related branches found
No related tags found
1 merge request!8Why bother?
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
...@@ -9,17 +9,8 @@ test-deps: ...@@ -9,17 +9,8 @@ test-deps:
stage: test stage: test
image: containers.ethitter.com:443/docker/images/php:7.3 image: containers.ethitter.com:443/docker/images/php:7.3
before_script: 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.email "$GIT_USER_EMAIL"
- git config --global user.name "$GIT_USER_NAME" - 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 build steps here once things are converted to submodules.
# TODO: add Terminus to handle pushes and cache clearing. # TODO: add Terminus to handle pushes and cache clearing.
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment