Skip to content

Commit dfa1311

Browse files
add date in sub-version along with month and year
1 parent df736cf commit dfa1311

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
@@ -76,7 +76,7 @@ node('sig-cloudinstance'){
7676
stage("tag the container")
7777
{
7878
env.time_stamp = sh(
79-
script: "date +%Y%m",
79+
script: "date +%Y%m%d",
8080
returnStdout: true
8181
)
8282
onmyduffynode 'systemctl start docker'

0 commit comments

Comments
 (0)