Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
RDMS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
researchdata
RDMS
Commits
b582ca3b
Commit
b582ca3b
authored
1 week ago
by
Johannes Frenzel
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
ddfd04f4
No related branches found
Branches containing commit
No related tags found
1 merge request
!386
Draft: Gitlab ci image build
Pipeline
#21089
failed
1 week ago
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-1
3 additions, 1 deletion
.gitlab-ci.yml
with
3 additions
and
1 deletion
.gitlab-ci.yml
+
3
−
1
View file @
b582ca3b
image
:
docker:stable
pull_policy
:
if-not-present
image
:
ruby:2.7.8-alpine
pull_policy
:
if-not-present
stages
:
-
build
...
...
@@ -80,7 +82,7 @@ test-job:
-
export FITS_PATH=/fits/fits-1.5.5/fits.sh
-
pwd && ls -la
-
if test -f "lib/tasks/test_servers.rake"; then echo 'Running full tests' && bundle config set --local path $RUBY_CACHE_DIR && bundle exec rake test:servers:start && bundle exec rake rdms:setup_hyrax && bundle exec rspec --format progress --format RspecJunitFormatter --out rspec.xml && bundle exec rake test:servers:stop; else echo "Running limited tests"; bundle exec rspec --exclude-pattern "**/features/*_spec.rb"; fi
-
pwd && ls -la $CI_PROJECT_DIR/hyrax/tmp/* $TEST_SOLR_DOWNLOAD_DIR $TEST_SOLR_VALKYRIE_DOWNLOAD_DIR $TEST_FCREPO_DOWNLOAD_DIR
-
pwd && ls -la
$CI_PROJECT_DIR/* $CI_PROJECT_DIR/hyrax/*
$CI_PROJECT_DIR/hyrax/tmp/* $TEST_SOLR_DOWNLOAD_DIR $TEST_SOLR_VALKYRIE_DOWNLOAD_DIR $TEST_FCREPO_DOWNLOAD_DIR
artifacts
:
when
:
always
paths
:
...
...
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