Compare commits
1 Commits
release-00
...
release-27
Author | SHA1 | Date | |
---|---|---|---|
27b926349a |
@@ -21,8 +21,6 @@ test:
|
||||
- yarn
|
||||
script:
|
||||
- yarn test
|
||||
except:
|
||||
- tags
|
||||
|
||||
build:
|
||||
image: node:20
|
||||
@@ -41,8 +39,6 @@ build:
|
||||
expire_in: 1d
|
||||
reports:
|
||||
dotenv: job.env
|
||||
except:
|
||||
- tags
|
||||
|
||||
release:
|
||||
image: registry.gitlab.com/gitlab-org/release-cli
|
||||
@@ -62,6 +58,4 @@ release:
|
||||
assets:
|
||||
links:
|
||||
- name: "caldwell-59.zip"
|
||||
url: "https://git.karaolidis.com/karaolidis/caldwell-59/-/jobs/$JOB_ID/artifacts/raw/dist/caldwell-59.zip"
|
||||
except:
|
||||
- tags
|
||||
url: "https://git.karaolidis.com/karaolidis/caldwell-59/-/jobs/$JOB_ID/artifacts/raw/caldwell-59.zip"
|
||||
|
@@ -11,14 +11,6 @@
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.gh-article-meta>*+ :not(script)::before {
|
||||
background-color: var(--color-secondary-text);
|
||||
border-radius: 50%;
|
||||
content: "";
|
||||
height: 2px;
|
||||
width: 2px;
|
||||
}
|
||||
|
||||
.gh-article-title {
|
||||
font-weight: 600;
|
||||
line-height: 1;
|
||||
|
Reference in New Issue
Block a user