From 02ea3369d5f9031c5bd89b89dd683d35f5e6cca6 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Tue, 9 Jan 2024 16:10:15 +0100 Subject: [PATCH] ci: run release/publish cli after agent to have less ram consumption (#3153) --- .woodpecker/docker.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.woodpecker/docker.yml b/.woodpecker/docker.yml index c24615f6a..923d4cc41 100644 --- a/.woodpecker/docker.yml +++ b/.woodpecker/docker.yml @@ -456,9 +456,9 @@ steps: publish-next-cli: depends_on: - vendor - # we also depend on cross-compile-server as we would have to hight + # we also depend on publish-next-agent as we would have to hight # ram usage otherwise - - cross-compile-server + - publish-next-agent image: *buildx_plugin settings: repo: *publish_repos_cli @@ -475,9 +475,9 @@ steps: publish-next-cli-alpine: depends_on: - vendor - # we also depend on cross-compile-server as we would have to hight + # we also depend on publish-next-agent as we would have to hight # ram usage otherwise - - cross-compile-server + - publish-next-agent image: *buildx_plugin settings: repo: *publish_repos_cli @@ -526,9 +526,9 @@ steps: release-cli: depends_on: - vendor - # we also depend on cross-compile-server as we would have to hight + # we also depend on release-agent as we would have to hight # ram usage otherwise - - cross-compile-server + - release-agent image: *buildx_plugin settings: repo: *publish_repos_cli @@ -544,9 +544,9 @@ steps: release-cli-alpine: depends_on: - vendor - # we also depend on cross-compile-server as we would have to hight + # we also depend on release-agent as we would have to hight # ram usage otherwise - - cross-compile-server + - release-agent image: *buildx_plugin settings: repo: *publish_repos_cli