WSL/SLF GitLab Repository
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EnviDat
EnviDat-Frontend
Commits
34317f99
Commit
34317f99
authored
Sep 19, 2022
by
Sam
Browse files
ci: move tag build artifact to project dir to recognise
parent
d796bfb2
Pipeline
#1366
passed with stages
in 1 minute and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
34317f99
...
...
@@ -222,11 +222,14 @@ collect:
variables
:
GIT_STRATEGY
:
none
script
:
-
echo "Copying build dist to project dir"
-
mkdir -p $CI_PROJECT_DIR
-
mv /usr/share/nginx/html $CI_PROJECT_DIR/envidat-frontend
-
echo "Creating frontend artifact."
artifacts
:
name
:
frontend-${VERSION}
paths
:
-
/usr/share/nginx/html/
-
./envidat-frontend
release
:
stage
:
release
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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