Skip to content

Commit

Permalink
feat(#6): ls debug
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Sep 22, 2024
1 parent 1c14db5 commit 6a78d1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ release:
sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" server/Cargo.toml
sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" cli/Cargo.toml
sudo npm install @openapitools/openapi-generator-cli -g
cd github-mirror
ls
sudo openapi-generator-cli generate -i github-mirror/github.yml -g rust -o .
sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" github-mirror/Cargo.toml
cargo --color=never test
Expand Down

0 comments on commit 6a78d1b

Please sign in to comment.