Skip to content
Snippets Groups Projects

ci: add commitish to build artifact

Merged Jon Richter requested to merge ci/45-commitish into dev
2 files
+ 8
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 6
0
@@ -28,6 +28,10 @@ stages:
- pnpm schema
- pnpm generate
.build-postprocessing:
script:
- pnpm commitish
## Test the build and publish the browsable artifact as UAT environment
test:
@@ -46,6 +50,7 @@ test:
script:
- !reference [.build-prerequisites, script]
- pnpm build --base $BASE
- !reference [.build-postprocessing, script]
environment:
name: uat/$CI_COMMIT_REF_SLUG
@@ -66,6 +71,7 @@ pages:
script:
- !reference [.build-prerequisites, script]
- pnpm build
- !reference [.build-postprocessing, script]
environment:
name: live
Loading