diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2021-02-23 05:50:38 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2021-02-23 05:50:38 +0000 |
commit | a86101dc5d82ca29502910e9e3a9642231752ed4 (patch) | |
tree | 4642af2d9ddebb1f065a4a5b949d4f1513d8f954 | |
parent | be3e1e7993b612734b59da3509422983472fb711 (diff) | |
download | aports-a86101dc5d82ca29502910e9e3a9642231752ed4.tar.gz aports-a86101dc5d82ca29502910e9e3a9642231752ed4.tar.bz2 aports-a86101dc5d82ca29502910e9e3a9642231752ed4.tar.xz |
ci: don't copy packages and keys
This is now handled by the build script itself so that it's able to skip
this step in case the size is larger than the limit.
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c816da49e0..d35648be1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,9 +30,6 @@ lint: image: alpinelinux/alpine-gitlab-ci:latest script: - build.sh - - cp -ar ~/packages packages/ - - mkdir -p keys - - cp ~/.abuild/*.rsa.pub keys/ artifacts: paths: - packages/ |