Skip to content
Snippets Groups Projects
Commit eb18cc41 authored by Daniel Bauer's avatar Daniel Bauer :speech_balloon:
Browse files

[ci] print push url for testing purposes

parent fffe7df5
No related branches found
No related tags found
2 merge requests!24Draft: fixup! [ci] skip generation for testing purposes,!23Draft: fixup! [ci] skip generation for testing purposes
Pipeline #77566 passed
Pipeline: hyteg-operators

#77567

    ......@@ -22,6 +22,8 @@ generate-child-pipeline:
    - apt-get install -yqq --no-install-recommends git
    script:
    - git remote set-url --push origin "https://bot:\$ACCESS_TOKEN@\${CI_REPOSITORY_URL#*@}"
    - git remote get-url --push origin
    - git remote get-url --all origin
    - git config --local user.email "\$GITLAB_USER_EMAIL"
    - git config --local user.name "\$GITLAB_USER_NAME"
    - git switch -c ci/\$CI_PIPELINE_ID
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment