~cyplo/genpass

7e63279eec3b08632118d443a5989ad67f67b030 — Cyryl PÅ‚otnicki 2 years ago 6c265bb
set remote url properly
2 files changed, 3 insertions(+), 8 deletions(-)

M .build.yml
M scripts/release.sh
M .build.yml => .build.yml +1 -6
@@ 15,17 15,12 @@ tasks:
  - fetch: |
      cd genpass
      nix-shell --pure --run "ls"
      
  - test: |
      cd genpass
      nix-shell --pure --run "./scripts/test.sh"
      nix-shell --pure --run "./scripts/package.sh"

  - code_coverage: |
      set +xv
      cd genpass
      CODECOV_TOKEN=`cat ~/.codecov_token_genpass`
      nix-shell --pure --run "./scripts/coverage.sh"

  - publish_crate: |
      set +xv
      cd genpass

M scripts/release.sh => scripts/release.sh +2 -2
@@ 12,6 12,6 @@ git config user.email "releases@cyplo.dev"
git config user.name "Release Bot"
git config init.defaultBranch main
git checkout main
git remote add origin git@git.sr.ht:~cyplo/genpass
git remote set-url origin git@git.sr.ht:~cyplo/genpass
cargo release --no-dev-version --no-confirm --no-push --execute patch
git push origin main
\ No newline at end of file
git push origin main