Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
general
stups
vorlage
Commits
40f4a04a
Commit
40f4a04a
authored
Apr 05, 2022
by
Jannik Dunkelau
Browse files
Fix ci to include correct commands and dependencies
parent
ef0d11de
Pipeline
#85072
passed with stage
in 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
40f4a04a
...
...
@@ -3,12 +3,12 @@
# Link the zip still!
pages
:
before_script
:
-
apt install -y build-essential
-
apt
update && apt
install -y build-essential
zip
stage
:
deploy
script
:
-
make zip
-
mkdir public
-
m
ove
thesis.zip public/
-
m
v
thesis.zip public/
artifacts
:
paths
:
-
public
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment