Browse Source

pushd/popd not working in pipeline

Kirk Trombley 5 years ago
parent
commit
808031169c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      update.sh

+ 2 - 2
update.sh

@@ -4,7 +4,7 @@ rm -rf ./pull/
 mkdir -pv ./pull/audiobot
 curl https://splamy.de/api/nightly/ts3ab/master_dotnet_core_3_1_preview/download -o ./pull/audiobot/audiobot.zip
 curl -L https://yt-dl.org/downloads/latest/youtube-dl -o ./pull/youtube-dl
-pushd ./pull/audiobot
+cd ./pull/audiobot
 unzip audiobot.zip
 rm audiobot.zip
-popd
+cd ../..