Compare commits

...

4 Commits

Author SHA1 Message Date
145acf4128
попытка настроить время материала
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-07 11:06:53 +03:00
c2b3b77dcc
Revert "попытка настроить время материала"
This reverts commit 038aad9015.
2024-09-07 11:06:21 +03:00
6f04db5d09
Упрощение сборки 2024-09-07 11:04:55 +03:00
038aad9015
попытка настроить время материала 2024-09-07 11:04:55 +03:00
2 changed files with 6 additions and 3 deletions

View File

@ -39,8 +39,10 @@ steps:
- sleep 15
- echo "$DOCKER_REGISTRY_TOKEN" | docker login docker.struchkov.dev --username $DOCKER_REGISTRY_USER --password-stdin
- echo "$DOCKER_REGISTRY_TOKEN" | docker login hub.docker.struchkov.dev --username $DOCKER_REGISTRY_USER --password-stdin
- docker buildx create --use
- docker buildx build --push --platform linux/arm/v7,linux/arm64/v8,linux/amd64 -t "docker.struchkov.dev/quartz:develop" .
- docker build -t "docker.struchkov.dev/quartz:develop" .
- docker push docker.struchkov.dev/quartz:develop
# - docker buildx create --use
# - docker buildx build --push --platform linux/arm/v7,linux/arm64/v8,linux/amd64 -t "docker.struchkov.dev/quartz:develop" .
---
kind: pipeline
type: docker
@ -93,6 +95,6 @@ steps:
# drone sign --save DockerFiles/quartz
---
kind: signature
hmac: cf0faf7e69ed98a6c0191b3578f874c41d6a297645bcf5c8cc1994c540f207ba
hmac: 27395716fe77ffcb190d0c6cbbc867ede272b3a79ee25dc23672f24459054b22
...

View File

@ -59,6 +59,7 @@ export const CreatedModifiedDate: QuartzTransformerPlugin<Partial<Options>> = (u
// It's either the same as the workdir,
// or 1+ level higher in case of a submodule/subtree setup
repo = Repository.discover(file.cwd)
console.log(chalk.green(`Git repository found at: ${repo.path()}`));
}
try {