fix forgotten etc in ci script and Dockerfile

This commit is contained in:
Wolfgang Hottgenroth 2019-06-11 16:05:28 +00:00
parent b326559a0d
commit 3ca2248685
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ build:
artifacts: artifacts:
paths: paths:
- opt/ - opt/
- etc/
- generated-version.txt - generated-version.txt
script: script:
- apt update - apt update

View File

@ -9,4 +9,5 @@ RUN \
apt install -y openssl apt install -y openssl
COPY opt/ /opt COPY opt/ /opt
COPY etc/ /opt/etc