Skip to content
Snippets Groups Projects
Commit c65befff authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

ok

parent 51f19555
No related branches found
No related tags found
No related merge requests found
Pipeline #2152 failed with stage
in 46 seconds
...@@ -5,7 +5,6 @@ build_pt1: ...@@ -5,7 +5,6 @@ build_pt1:
- mkdir dist - mkdir dist
- python build.py lab4 - python build.py lab4
- python build.py lab5 - python build.py lab5
- cp resources/lab3_program.txt dist/lab3/program.txt
- mv -f dist/* . - mv -f dist/* .
artifacts: artifacts:
paths: paths:
...@@ -21,6 +20,7 @@ build_pt2: ...@@ -21,6 +20,7 @@ build_pt2:
- python build.py lab1 - python build.py lab1
- python build.py lab2 - python build.py lab2
- python build.py lab3 - python build.py lab3
- cp resources/lab3_program.txt dist/lab3/program.txt
artifacts: artifacts:
paths: paths:
- lab1/*.pdf - lab1/*.pdf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment