Skip to content

Commit

Permalink
try to fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Dec 20, 2024
1 parent 7ff6448 commit 81e9623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/scripts/test-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

set -xeuo pipefail

Check failure on line 8 in admin/scripts/test-release.sh

View workflow job for this annotation

GitHub Actions / Lint

Unknown word (xeuo) -- set -xeuo pipefail

rm -rf test-website
rm -rf ../test-website

CUSTOM_REGISTRY_URL="http://localhost:4873"
NEW_VERSION="$(node -p "require('./packages/docusaurus/package.json').version")-NEW"
Expand Down

0 comments on commit 81e9623

Please sign in to comment.