Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vlad Dumitru
speechcake
Commits
c0b46fe2
Commit
c0b46fe2
authored
Oct 25, 2021
by
Vlad Dumitru
Browse files
fiddle with artifact paths
parent
582a4aee
Pipeline
#5934
passed with stages
in 2 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c0b46fe2
...
...
@@ -17,9 +17,9 @@ build-frontend:
after_script
:
-
|
mkdir -p dist/assets
cp main.js dist/assets
cp style.css dist/assets
cp index.html dist/assets
cp
assets/
main.js dist/assets
cp
assets/
style.css dist/assets
cp
assets/
index.html dist/assets
artifacts
:
paths
:
-
dist/
...
...
@@ -37,7 +37,6 @@ build-binaries:
opam exec -- dune build --profile=static
after_script
:
-
|
mkdir dist
cp _build/default/bin/*.exe dist
artifacts
:
paths
:
...
...
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