Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale.audio
Commits
bf95fce8
Verified
Commit
bf95fce8
authored
Feb 13, 2022
by
Georg Krause
Browse files
Refactor review CI job
parent
b917b137
Pipeline
#19159
failed with stages
in 2 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bf95fce8
...
...
@@ -35,27 +35,19 @@ test_jsonld_ns:
review
:
stage
:
review
image
:
buildkite/puppeteer:10.0.0
image
:
python:3.10-slim
interruptible
:
true
variables
:
GIT_STRATEGY
:
clone
VUE_APP_ROUTER_BASE_URL
:
/-/$CI_PROJECT_NAME/-/jobs/$CI_JOB_ID/artifacts/review/
before_script
:
-
apt-get update && apt-get install -y jq python2
-
yarn install
-
poetry install
script
:
-
yarn lint
-
yarn build
-
rm -rf review
-
mv dist review
cache
:
key
:
front_node_modules
paths
:
-
"
node_modules"
-
poetry run make html
artifacts
:
expire_in
:
2 weeks
paths
:
-
review
-
public
only
:
-
branches
except
:
...
...
@@ -63,8 +55,8 @@ review:
tags
:
-
docker
environment
:
name
:
review/
front
/$CI_COMMIT_REF_NAME
url
:
http://$CI_PROJECT_NAMESPACE.pages.funkwhale.audio/-/$CI_PROJECT_NAME/-/jobs/$CI_JOB_ID/artifacts/
review
/index.html
name
:
review/
website
/$CI_COMMIT_REF_NAME
url
:
http://$CI_PROJECT_NAMESPACE.pages.funkwhale.audio/-/$CI_PROJECT_NAME/-/jobs/$CI_JOB_ID/artifacts/
public
/index.html
pages
:
...
...
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