File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 docker compose exec -e RAILS_ENV=test app rspec --format progress --format html --out artifacts/rspec.html
5252
5353 - name : Run Rubocop
54- if : ${{ always()}}
54+ if : ${{ always() }}
5555 run : |
5656 docker compose exec -e RAILS_ENV=test app rubocop --format progress --format html --out artifacts/rubocop.html
5757
Original file line number Diff line number Diff line change @@ -125,3 +125,4 @@ ENV DOCKER_TAG="${DOCKER_TAG}"
125125ENV GIT_REF_NAME="${GIT_REF_NAME}"
126126ENV GIT_SHA="${GIT_SHA}"
127127ENV GIT_REPOSITORY_URL="${GIT_REPOSITORY_URL}"
128+
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ import "controllers"
44import * as bootstrap from "bootstrap"
55import githubAutoCompleteElement from "@github/auto-complete-element"
66import Blacklight from "blacklight"
7- import Geoblacklight from "geoblacklight" ;
7+ import Geoblacklight from "geoblacklight" ;
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ FIELDS:
8282 :WXS_IDENTIFIER : ' gbl_wxsIdentifier_s'
8383
8484# Institution deployed at
85- INSTITUTION : ' Stanford '
85+ INSTITUTION : ' University of California Berkeley '
8686
8787# Metadata shown in tool panel
8888METADATA_SHOWN :
You can’t perform that action at this time.
0 commit comments