Skip to content

Commit

Permalink
build: don't shallow git clone when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jkusa authored and chasturansky committed Apr 13, 2021
1 parent 92036d1 commit 5308bb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

publish:
requires: main
environment:
GIT_SHALLOW_CLONE: false
steps:
- setup-ci: git clone https://github.com/screwdriver-cd/toolbox.git /tmp/ci
- install: npm ci
Expand Down

0 comments on commit 5308bb3

Please sign in to comment.