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