Skip to content

Commit 13ffd18

Browse files
committed
Remove comment
Signed-off-by: Federico Busetti <[email protected]>
1 parent 8cf46bd commit 13ffd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab_ci/_templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ variables:
5252
services:
5353
- docker:24.0.2-dind
5454
script:
55-
- desired_format="%s" # This format will output the Unix timestamp
55+
- desired_format="%s"
5656
- export UNIX_TIMESTAMP=$(date -d "$CI_COMMIT_TIMESTAMP" +"$desired_format")
5757
- echo "Unix timestamp: $UNIX_TIMESTAMP"
5858
- docker buildx imagetools create \

0 commit comments

Comments
 (0)