*run apt update
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
fb454ecfcd
commit
db655d1e70
|
@ -2,7 +2,7 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: node:18.5.0-bullseye-slim
|
image: node:18.5.0-bullseye-slim
|
||||||
commands:
|
commands:
|
||||||
- apt-get -y install git python3 build-essential
|
- apt-get update && apt-get -y install git python3 build-essential
|
||||||
- yarn
|
- yarn
|
||||||
- yarn build
|
- yarn build
|
||||||
package:
|
package:
|
||||||
|
|
Loading…
Reference in New Issue