You've already forked go-semantic-release
fix(ci): Customise git clone depth 🔧 #3
@@ -5,5 +5,6 @@
|
|||||||
!pkg/
|
!pkg/
|
||||||
!scripts/
|
!scripts/
|
||||||
!Dockerfile*
|
!Dockerfile*
|
||||||
|
!.dockerignore
|
||||||
!go.mod
|
!go.mod
|
||||||
!go.sum
|
!go.sum
|
||||||
@@ -10,6 +10,11 @@ variables:
|
|||||||
from_secret: hub_username_cybercinch
|
from_secret: hub_username_cybercinch
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password_cybercinch
|
from_secret: docker_password_cybercinch
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
settings:
|
||||||
|
partial: false
|
||||||
|
depth: 50
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build-release:
|
build-release:
|
||||||
|
|||||||
Reference in New Issue
Block a user