Skip to content
Snippets Groups Projects
Commit 56aa957c authored by Simon McVittie's avatar Simon McVittie
Browse files

ci: Move artifacts adjacent to the job that would produce them

parent 978cc6e4
No related branches found
No related tags found
No related merge requests found
...@@ -157,6 +157,13 @@ build:scout: ...@@ -157,6 +157,13 @@ build:scout:
"$(pwd)/_build/relocatable-install" "$(pwd)/_build/relocatable-install"
fi fi
# Artifacts are currently disabled because uploading them to the
# coordinator results in HTTP 413 Request Entity Too Large.
# artifacts:
# paths:
# - _build/pressure-vessel-*-bin.tar.gz
# - _build/pressure-vessel-*-bin+src.tar.gz
# These packaging-oriented jobs need a suitable steam-runtime-tools version # These packaging-oriented jobs need a suitable steam-runtime-tools version
# available via apt # available via apt
build: build:
...@@ -167,10 +174,3 @@ autopkgtest: ...@@ -167,10 +174,3 @@ autopkgtest:
only: only:
variables: variables:
- $CI_NEED_NEWER_STEAM_RUNTIME_TOOLS == '' - $CI_NEED_NEWER_STEAM_RUNTIME_TOOLS == ''
# Artifacts are currently disabled because uploading them to the
# coordinator results in HTTP 413 Request Entity Too Large.
# artifacts:
# paths:
# - _build/pressure-vessel-*-bin.tar.gz
# - _build/pressure-vessel-*-bin+src.tar.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment