This commit is contained in:
parent
71770cfb12
commit
4a07c3abc0
@ -7,7 +7,9 @@ steps:
|
|||||||
image: node:18.20.2
|
image: node:18.20.2
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
|
echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | tee /etc/apt/sources.list.d/goreleaser.list
|
||||||
apt-get update
|
apt-get update
|
||||||
|
apt-get install -y nfpm
|
||||||
apt-get install -y build-essential \
|
apt-get install -y build-essential \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
|
Reference in New Issue
Block a user