Skip to content

Commit 8890f26

Browse files
committed
Missing space
Signed-off-by: Federico Busetti <[email protected]>
1 parent a9480e4 commit 8890f26

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
@@ -56,7 +56,7 @@ variables:
5656
# Remove the UTC offset, not supported by `date` in docker image (busybox)
5757
- export CLEAN_DATETIME=$(echo "$CI_COMMIT_TIMESTAMP" | sed 's/+00:00//' | sed 's/Z//')
5858
# Transform in unix timestamp
59-
- export UNIX_TIMESTAMP=$(date -d "$CLEAN_DATETIME" -D "%Y-%m-%dT%H:%M:%S"+%s)
59+
- export UNIX_TIMESTAMP=$(date -d "$CLEAN_DATETIME" -D "%Y-%m-%dT%H:%M:%S" +%s)
6060
- echo "Unix timestamp - $UNIX_TIMESTAMP"
6161
- echo "Tagging $DOCKER_IMAGE_NAME:$PROMOTED_ENVIRONMENT-$UNIX_TIMESTAMP from $DOCKER_IMAGE_FULL_TAG"
6262
- docker buildx imagetools create

0 commit comments

Comments
 (0)