why doesn't ./ work...
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jochen Maes 2023-11-01 08:52:13 +01:00
parent 398d20cebb
commit ffa0ebc433
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ steps:
- name: build amd64 - name: build amd64
image: rust:1.73-alpine image: rust:1.73-alpine
commands: commands:
- pwd && ls -al && ./version.sh - pwd && ls -al && sh ./version.sh
- apk add --no-cache musl-dev gcc-aarch64-none-elf bash - apk add --no-cache musl-dev gcc-aarch64-none-elf bash
- mkdir /artifacts/mouse-amd64 - mkdir /artifacts/mouse-amd64
- cp LICENSE.txt /artifacts/mouse-amd64/ - cp LICENSE.txt /artifacts/mouse-amd64/

View File

@ -3,7 +3,7 @@ name = "mouse"
authors = ["Jochen Maes <jochen@sejo-it.be>"] authors = ["Jochen Maes <jochen@sejo-it.be>"]
description = "Information gatherer for systems." description = "Information gatherer for systems."
# this will be overwritten during builds! so ignore # this will be overwritten during builds! so ignore
version = "0.0.0" version = "v0.1.3-next-"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html