Skip to content

Commit

Permalink
build debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Jul 21, 2023
1 parent 29ef78b commit 678dc46
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 24 deletions.
5 changes: 2 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
.coveralls.yml
.ebextensions
.fcrepo_wrapper
.github
.hound.yml
.idea
.internal_test_app/*
Expand All @@ -26,6 +25,6 @@ node_modules/*
solr/solr/*
fcrpo/*
pg/*
Dockerfile*
fits.log
ImageMagick*
ImageMagick*
.DS_Store
18 changes: 0 additions & 18 deletions .github/workflows/build-base.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/build-test-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
type: boolean
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: false
default: true

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
scratch.md
*~undo-tree~
.env.*
.DS_Store
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ x-app: &app
- cache:/app/samvera/hyrax-webapp/tmp/cache:cached
- .:/app/samvera


volumes:
assets:
cache:
Expand Down
2 changes: 1 addition & 1 deletion hyrax-webapp

0 comments on commit 678dc46

Please sign in to comment.