Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bielefeld-CeBiTec-Temp-until-thaw
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Liliana Sanfilippo
Bielefeld-CeBiTec-Temp-until-thaw
Commits
e35ea61f
Commit
e35ea61f
authored
5 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
Cleared .gitlab-ci.yml file
parent
37b53a94
Branches
main
No related tags found
No related merge requests found
Pipeline
#527171
canceled
5 months ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-52
0 additions, 52 deletions
.gitlab-ci.yml
with
0 additions
and
52 deletions
.gitlab-ci.yml
+
0
−
52
View file @
e35ea61f
image
:
node:18.20.0
build
:
stage
:
build
cache
:
-
key
:
$CI_COMMIT_REF_SLUG
paths
:
-
.yarn-cache/
before_script
:
-
echo 'yarn-offline-mirror ".yarn-cache/"' >> .yarnrc
-
echo 'yarn-offline-mirror-pruning
true
' >> .yarnrc
-
apt-get update && apt-get install -y libpangocairo-1.0-0
-
yarn install --frozen-lockfile
-
echo "$VITE_TEAM_NAME"
-
echo "Environment variables:"
-
printenv
-
echo "Node version:"
-
node -v
-
echo "npm version:"
-
npm -v
-
echo "Installed packages:"
-
yarn list
script
:
-
yarn build
-
mv dist public
rules
:
-
if
:
$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
pages
:
stage
:
build
cache
:
-
key
:
files
:
-
yarn.lock
paths
:
-
.yarn-cache/
before_script
:
-
echo 'yarn-offline-mirror ".yarn-cache/"' >> .yarnrc
-
echo 'yarn-offline-mirror-pruning
true
' >> .yarnrc
-
apt-get update && apt-get install -y libpangocairo-1.0-0
-
yarn install --frozen-lockfile
script
:
-
yarn build
-
mv dist public
#Ensure the output directory is renamed to public
-
echo '/* /index.html 200' > public/_redirects
#original
artifacts
:
paths
:
-
public
rules
:
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment