Skip to content
Snippets Groups Projects
Unverified Commit dd4882c3 authored by rhatto's avatar rhatto
Browse files

Fix: CI: debian: ignore error if the debian branch already exists (#10)

parent 77342298
No related branches found
No related tags found
No related merge requests found
Pipeline #258584 failed
...@@ -36,7 +36,7 @@ debian: ...@@ -36,7 +36,7 @@ debian:
# Build the package # Build the package
- git fetch --all - git fetch --all
- git branch debian --track origin/debian - git branch debian --track origin/debian || true
- git checkout debian - git checkout debian
- gbp buildpackage --git-ignore-new --git-upstream-signatures=no --git-no-sign-tags - gbp buildpackage --git-ignore-new --git-upstream-signatures=no --git-no-sign-tags
...@@ -48,7 +48,7 @@ debian: ...@@ -48,7 +48,7 @@ debian:
# Save artifacts # Save artifacts
#- mkdir -p dist #- mkdir -p dist
#- mv ../onionprobe_* dist #- mv ../keyringer* dist
artifacts: artifacts:
paths: paths:
- dist - dist
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment