Skip to content

Commit e0276d2

Browse files
+ %d
1 parent 43f30d4 commit e0276d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/.cico.pipeline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def synctoduffynode(source)
2727
node('sig-cloudinstance'){
2828
stage('make placeholder'){
2929
env.time_stamp = sh(
30-
script: "date +%y%m",
30+
script: "date +%y%m%d",
3131
returnStdout: true
3232
).trim()
3333

0 commit comments

Comments
 (0)