Skip to content
Snippets Groups Projects
Commit c9fade42 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

fix artifact size

parent 12bb8298
No related branches found
Tags
1 merge request!33Add pre-commit hook and improve with better linting
Pipeline #101336 failed
Pipeline: Python Package

#101337

    This commit is part of merge request !33. Comments created here will be created in the context of that merge request.
    ......@@ -25,14 +25,13 @@ build-template:
    - git add .
    - git commit -m 'Test'
    - git push --dry-run -u origin test
    - rm -r .venv
    - rm -r .git
    # cannot use needs, for artifacts on child pipeline so must regenerate template!
    artifacts:
    paths:
    - my_awesome_app/*
    - project.gitlab-ci.yml
    exclude:
    - my_awesome_app/.venv
    - my_awesome_app/.git
    # Spawn pipeline using the gitlab-ci.yml from generated template instance
    # use project.gitlab.ci.yml for necessary job overrides from this template instance
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment