mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-08 01:58:02 +02:00
ci: Fix paths included in build artifacts
Seems like using $(pwd) got broken with newer gitlab versions. Just use the CI_PROJECT_DIR (though we could also just use '.' even).
This commit is contained in:
parent
dcb4600b33
commit
38a52894a3
1 changed files with 2 additions and 1 deletions
|
|
@ -68,7 +68,8 @@ build:
|
|||
# avoid recompiling in test stage
|
||||
artifacts:
|
||||
name: untracked
|
||||
paths: [$(pwd)]
|
||||
paths:
|
||||
- "${CI_PROJECT_DIR}"
|
||||
expire_in: 3h30min
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue