Update workflow to add buildinfo files to directory structure before container is built

This commit is contained in:
Devon Mackay
2018-09-21 11:55:33 -04:00
parent f5a61d7598
commit fa847d28f0
2 changed files with 1 additions and 5 deletions

View File

@@ -31,10 +31,6 @@ COPY script/ ./script/
RUN set -x ; \
script/alpine_setup
# Add git for buildinfo, which only the tester needs
RUN set -x ; \
apk add git
### Items that will change almost every build
#############################################
# Copy over the rest of the app source