Skip to content
Snippets Groups Projects

Use common CI configuration scripts and configs

Merged Mateusz Tyszczak requested to merge tm-use-common-ci-conf-2 into main
Compare and Show latest version
2 files
+ 2
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
2
@@ -11,7 +11,7 @@ variables:
include:
- project: 'hive/common-ci-configuration'
ref: 0588368475b7bb493f770802049a1305be58da81
ref: c23531b896b7adacb7fe565eddbd7e5287613340
file:
- '/templates/npm_projects.gitlab-ci.yml'
@@ -79,7 +79,6 @@ push_to_wiki:
DIST_DIR: "$CI_PROJECT_DIR/dist"
script:
- !reference [.npm_process_built_package_tarball]
- |
set -xe
cd "${SOURCE_DIR}"
Loading