Skip to content

Commit d123089

Browse files
committed
Unhappy with : ?
Signed-off-by: Federico Busetti <[email protected]>
1 parent 13ffd18 commit d123089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab_ci/_templates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ variables:
5353
- docker:24.0.2-dind
5454
script:
5555
- desired_format="%s"
56-
- export UNIX_TIMESTAMP=$(date -d "$CI_COMMIT_TIMESTAMP" +"$desired_format")
57-
- echo "Unix timestamp: $UNIX_TIMESTAMP"
56+
- export UNIX_TIMESTAMP=$(date -d "$CI_COMMIT_TIMESTAMP" + "$desired_format")
57+
- echo "Unix timestamp - $UNIX_TIMESTAMP"
5858
- docker buildx imagetools create \
5959
--annotation "index:org.opencontainers.image.version=$CI_COMMIT_SHORT_SHA" \
6060
--annotation "index:org.opencontainers.image.revision=$CI_COMMIT_SHA" \

0 commit comments

Comments
 (0)