Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Antoine Thevenet
clif-webui
Commits
540c45cb
Commit
540c45cb
authored
Jun 29, 2021
by
Antoine Thevenet
Browse files
Merge remote-tracking branch 'upstream/master'
parents
5bc35f65
31a28a8e
Pipeline
#14358
failed with stages
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
540c45cb
...
...
@@ -27,8 +27,8 @@ pages:
stage
:
deploy
only
:
-
master
dependencies
:
-
build
# As build job artifact expired (almost) immediately we need to exclude all artifacts generated by the build job from pages job dependencies. Defining an empty array prevent pages job from download build job artifacts.
dependencies
:
[]
script
:
-
mkdir -p public/download
-
cd public/download && ../../gitlab-pages/bin/download-page.sh > index.html
...
...
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