fix forgotten etc in ci script and Dockerfile
This commit is contained in:
parent
b326559a0d
commit
3ca2248685
@ -19,6 +19,7 @@ build:
|
||||
artifacts:
|
||||
paths:
|
||||
- opt/
|
||||
- etc/
|
||||
- generated-version.txt
|
||||
script:
|
||||
- apt update
|
||||
|
@ -9,4 +9,5 @@ RUN \
|
||||
apt install -y openssl
|
||||
|
||||
COPY opt/ /opt
|
||||
COPY etc/ /opt/etc
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user