Compare commits
2 Commits
release-cd
...
release-77
Author | SHA1 | Date | |
---|---|---|---|
77604a5588 | |||
35a6304fcf |
@@ -21,6 +21,8 @@ test:
|
|||||||
- yarn
|
- yarn
|
||||||
script:
|
script:
|
||||||
- yarn test
|
- yarn test
|
||||||
|
except:
|
||||||
|
- tags
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: node:20
|
image: node:20
|
||||||
@@ -39,6 +41,8 @@ build:
|
|||||||
expire_in: 1d
|
expire_in: 1d
|
||||||
reports:
|
reports:
|
||||||
dotenv: job.env
|
dotenv: job.env
|
||||||
|
except:
|
||||||
|
- tags
|
||||||
|
|
||||||
release:
|
release:
|
||||||
image: registry.gitlab.com/gitlab-org/release-cli
|
image: registry.gitlab.com/gitlab-org/release-cli
|
||||||
@@ -49,15 +53,15 @@ release:
|
|||||||
- job: build
|
- job: build
|
||||||
artifacts: true
|
artifacts: true
|
||||||
script:
|
script:
|
||||||
- echo "Create Release $CI_COMMIT_REF_NAME"
|
- echo "Create Release $CI_COMMIT_SHA"
|
||||||
release:
|
release:
|
||||||
name: "Release $CI_COMMIT_REF_NAME"
|
name: "Release $CI_COMMIT_SHA"
|
||||||
tag_name: "$CI_COMMIT_REF_NAME"
|
tag_name: "release-$CI_COMMIT_SHA"
|
||||||
ref: "$CI_COMMIT_REF_NAME"
|
ref: "$CI_COMMIT_SHA"
|
||||||
description: "Release $CI_COMMIT_REF_NAME"
|
description: "Release $CI_COMMIT_SHA"
|
||||||
assets:
|
assets:
|
||||||
links:
|
links:
|
||||||
- name: "caldwell-59.zip"
|
- name: "caldwell-59.zip"
|
||||||
url: "https://git.karaolidis.com/karaolidis/caldwell-59/-/jobs/$JOB_ID/artifacts/raw/caldwell-59.zip"
|
url: "https://git.karaolidis.com/karaolidis/caldwell-59/-/jobs/$JOB_ID/artifacts/raw/dist/caldwell-59.zip"
|
||||||
only:
|
except:
|
||||||
- tags
|
- tags
|
||||||
|
@@ -11,6 +11,20 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-article-meta>*+ :not(script)::before {
|
||||||
|
background-color: var(--color-secondary-text);
|
||||||
|
border-radius: 50%;
|
||||||
|
content: "";
|
||||||
|
height: 2px;
|
||||||
|
width: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gh-card-meta>* {
|
||||||
|
align-items: center;
|
||||||
|
display: flex;
|
||||||
|
gap: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-article-title {
|
.gh-article-title {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
2
post.hbs
2
post.hbs
@@ -18,10 +18,8 @@
|
|||||||
<span class="gh-article-meta">
|
<span class="gh-article-meta">
|
||||||
{{#if primary_tag}}
|
{{#if primary_tag}}
|
||||||
<a class="gh-article-tag" href="{{primary_tag.url}}">{{primary_tag.name}}</a>
|
<a class="gh-article-tag" href="{{primary_tag.url}}">{{primary_tag.name}}</a>
|
||||||
—
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<span>{{reading_time}}</span>
|
<span>{{reading_time}}</span>
|
||||||
—
|
|
||||||
<time datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time>
|
<time datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user