Skip to content
Snippets Groups Projects
Unverified Commit d60f9764 authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

CI: Arch Release fix versioning error

parent 80757874
No related branches found
No related tags found
No related merge requests found
...@@ -339,12 +339,14 @@ package:nightly:arch: ...@@ -339,12 +339,14 @@ package:nightly:arch:
extends: .package:arch extends: .package:arch
before_script: before_script:
- cp extra/distro/arch/nightly/PKGBUILD . - cp extra/distro/arch/nightly/PKGBUILD .
- chown builder:builder PKGBUILD
   
package:tag:arch: package:tag:arch:
<<: *release_tag <<: *release_tag
extends: .package:arch extends: .package:arch
before_script: before_script:
- cp extra/distro/arch/release/PKGBUILD . - cp extra/distro/arch/release/PKGBUILD .
- chown builder:builder PKGBUILD
   
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
   
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment