Skip to content
Snippets Groups Projects
Commit 202e8bb1 authored by Konstantin Pavlov's avatar Konstantin Pavlov
Browse files

CI: snap: move nightly artifacts to the same directory as other jobs

parent 606e8bec
No related branches found
No related tags found
No related merge requests found
......@@ -234,13 +234,14 @@ nightly-snap:
except:
after_script:
- if [ "$CI_PROJECT_NAMESPACE" = "videolan" ]; then /bin/true; else exit 0; fi
- cd extras/package/snap
- mkdir nightlies
- mv extras/package/snap/vlc_*.snap nightlies/
- echo $SNAP_LOGIN | base64 --decode | snapcraft login --with -
- snapcraft push vlc_*.snap --release edge
- snapcraft push nightlies/vlc_*.snap --release edge
- snapcraft logout
artifacts:
paths:
- extras/package/snap/vlc_*.snap
- nightlies/*
#
# Raspbian
......
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