Skip to content
Snippets Groups Projects
Verified Commit eabde15f authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Run on merge requests

parent d423dbf7
No related branches found
No related tags found
No related merge requests found
include: include:
- local: "/ci/general.yml" - local: "/ci/general.yml"
- local: "/ci/build/meta.yml" - local: "/ci/build/meta.yml"
- local: "/ci/publish/meta.yml"
- local: "/ci/integration/test.yml" - local: "/ci/integration/test.yml"
- local: "/ci/docker/dist.yml" - local: "/ci/docker/dist.yml"
#- local: "/ci/deploy/demo.yml" #- local: "/ci/deploy/demo.yml"
...@@ -9,12 +9,10 @@ build_metapackages: ...@@ -9,12 +9,10 @@ build_metapackages:
cd $dir; cd $dir;
if ! [ x$CI_COMMIT_REF_NAME = x$CI_COMMIT_TAG ]; then if ! [ x$CI_COMMIT_REF_NAME = x$CI_COMMIT_TAG ]; then
poetry version $(poetry version | cut -d" " -f2)+$(date --date=${CI_COMMIT_TIMESTAMP} +%Y%m%d%H%M%S).${CI_COMMIT_SHORT_SHA} ; poetry version $(poetry version | cut -d" " -f2)+$(date --date=${CI_COMMIT_TIMESTAMP} +%Y%m%d%H%M%S).${CI_COMMIT_SHORT_SHA} ;
fi fi;
poetry build; poetry build;
cd -; cd -;
done done
only:
- master
artifacts: artifacts:
paths: paths:
- meta/*/dist/ - meta/*/dist/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment