Skip to content

Commit

Permalink
Merge pull request #136 from screwdriver-cd/git_ssh
Browse files Browse the repository at this point in the history
fix: Use toolbox git-ssh file
  • Loading branch information
d2lam authored Jan 10, 2018
2 parents aa8dd3e + f0c33ac commit 07657b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
37 changes: 0 additions & 37 deletions build/git-ssh.sh

This file was deleted.

4 changes: 1 addition & 3 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
- GIT_KEY
- GITHUB_TOKEN
steps:
- setup-ci: |
git clone https://github.com/screwdriver-cd/toolbox.git ci
cp build/git-ssh.sh ci/git-ssh.sh
- setup-ci: git clone https://github.com/screwdriver-cd/toolbox.git ci
- install: bundle install
- build: bundle exec jekyll build --source docs --destination _site
- package: tar -C _site -cvzf $RELEASE_FILE .
Expand Down

0 comments on commit 07657b8

Please sign in to comment.