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