Skip to content

Commit

Permalink
chore: use echo -n in github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
steveiliop56 committed Sep 5, 2024
1 parent 83b32fc commit 43cf1af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
run: go get .

- name: Set runtipi version
run: echo nightly > internal/constants/assets/RUNTIPI_VERSION
run: echo -n nightly > internal/constants/assets/RUNTIPI_VERSION

- name: Set cli version
run: echo development > internal/constants/assets/CLI_VERSION
run: echo -n development > internal/constants/assets/CLI_VERSION

- name: Run tests
run: go test -v ./...

0 comments on commit 43cf1af

Please sign in to comment.