Skip to content
Snippets Groups Projects
Unverified Commit b03e6325 authored by azubieta's avatar azubieta
Browse files

fix jobs dependencies

parent cc0dbe8d
No related branches found
No related tags found
No related merge requests found
Pipeline #3057 failed
......@@ -42,6 +42,7 @@ dekko:amd64:
extends: .dekko
.appimage:
stage: pack
image: appimagecrafters/appimage-builder
script:
- export TIMESTAMP=$(date +"%Y%m%d%H%M")
......@@ -50,16 +51,13 @@ dekko:amd64:
paths:
- '*.AppImage'
expire_in: 1 week
dependencies:
- build
appimage:arm64:
<<: *arm64
extends: .appimage
dependencies:
- dekko:arm64
appimage:amd64:
<<: *amd64
extends: .appimage
dependencies:
- dekko:amd64
extends: .appimage
\ No newline at end of file
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