Replace unnecessary cd
calls
This commit is contained in:
parent
9c124386c3
commit
54ba34d8fe
2 changed files with 3 additions and 3 deletions
scripts/Software/Woodpecker CLI
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue