Skip to content
Snippets Groups Projects
Commit b71bab97 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed paths

parent 33a34e2e
No related branches found
No related tags found
No related merge requests found
Pipeline #3131 failed
...@@ -17,8 +17,7 @@ packaging-job: ...@@ -17,8 +17,7 @@ packaging-job:
stage: packaging stage: packaging
timeout: 3h timeout: 3h
script: script:
- apt install make zip - /usr/bin/make clean all
- make clean all
artifacts: artifacts:
paths: paths:
- build/*.jar - build/*.jar
...@@ -7,7 +7,7 @@ build/: ...@@ -7,7 +7,7 @@ build/:
mkdir -p build mkdir -p build
build/MediaInfoMDExtractorPlugin.jar: $(DEPENDENCIES) build/MediaInfoMDExtractorPlugin.jar: $(DEPENDENCIES)
zip -9 -r $@ $? /usr/bin/zip -9 -r $@ $?
clean: clean:
rm -Rf build rm -Rf build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment