Skip to content
Snippets Groups Projects

CE-3755: Storybook smoketest 1.3.0

Merged Max Frederiksen requested to merge CE-3755-storybook-smoketest-1.3.0 into main
3 files
+ 6138
2121
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 3
2
@@ -2,7 +2,7 @@
@@ -2,7 +2,7 @@
include:
include:
- project: "ccce/dev/gitlab-ci-yml"
- project: "ccce/dev/gitlab-ci-yml"
file: "frontend.gitlab-ci.yml"
file: "frontend.gitlab-ci.yml"
ref: "1.1.0"
ref: "1.3.0"
variables:
variables:
JFROG_CLI_VERSION: "2.52.8"
JFROG_CLI_VERSION: "2.52.8"
@@ -31,9 +31,10 @@ build-package:
@@ -31,9 +31,10 @@ build-package:
build-storybook:
build-storybook:
after_script:
after_script:
- mv storybook-static public
- cp -r storybook-static public
artifacts:
artifacts:
paths:
paths:
 
- storybook-static
- public
- public
pages:
pages:
Loading