Replace unnecessary cd calls

This commit is contained in:
Manuel Thalmann 2023-03-16 20:17:15 +01:00
parent 9c124386c3
commit 54ba34d8fe
2 changed files with 3 additions and 3 deletions
scripts/Software/Woodpecker CLI

View file

@ -5,7 +5,7 @@ then
sudo bash "$BASH_SOURCE";
else
contextRoot="$(mktemp -d)";
cd "$contextRoot";
pushd "$contextRoot" > /dev/null;
# Preview from docker container
# container_id="$(docker create woodpeckerci/woodpecker-cli:next)"