mirror of https://gitlab.com/pamhyr/pamhyr2
ci: Try archive origin branch name.
parent
b6aa0afdc7
commit
6ac808d842
|
|
@ -442,7 +442,7 @@ linux-python-with-sources:
|
||||||
paths:
|
paths:
|
||||||
- linux-sources-with-python.tar.xz
|
- linux-sources-with-python.tar.xz
|
||||||
script:
|
script:
|
||||||
- git archive --format=tar.gz --output=src.tar.gz $CI_COMMIT_BRANCH
|
- git archive --format=tar.gz --output=src.tar.gz origin/$CI_COMMIT_BRANCH
|
||||||
- cd linux-python
|
- cd linux-python
|
||||||
- mkdir -p pamhyr
|
- mkdir -p pamhyr
|
||||||
- cd pamhyr
|
- cd pamhyr
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue