-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🧹 renames scientst-softserv => notch8 (#2405)
* 🧹 renames scientst-softserve => notch8 renames all instances of scientist-softserv to notch8 due to company transition changes * Update Gemfile.lock
- Loading branch information
1 parent
1efcc99
commit 45ea8dc
Showing
14 changed files
with
63 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,13 @@ on: | |
inputs: | ||
debug_enabled: | ||
type: boolean | ||
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' | ||
description: "Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)" | ||
required: false | ||
default: false | ||
|
||
jobs: | ||
build: | ||
uses: scientist-softserv/actions/.github/workflows/[email protected] | ||
uses: notch8/actions/.github/workflows/[email protected] | ||
secrets: inherit | ||
with: | ||
platforms: "linux/amd64,linux/arm64" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ env: | |
|
||
jobs: | ||
build: | ||
uses: scientist-softserv/actions/.github/workflows/[email protected] | ||
uses: notch8/actions/.github/workflows/[email protected] | ||
secrets: inherit | ||
with: | ||
platforms: "linux/amd64" # "linux/amd64,linux/arm64" | ||
|
@@ -37,20 +37,20 @@ jobs: | |
|
||
lint: | ||
needs: build | ||
uses: scientist-softserv/actions/.github/workflows/[email protected] | ||
uses: notch8/actions/.github/workflows/[email protected] | ||
with: | ||
webTarget: hyku-web | ||
workerTarget: hyku-worker | ||
rubocop_cmd: "bundle exec rubocop --parallel --format progress" | ||
|
||
test: | ||
needs: build | ||
uses: scientist-softserv/actions/.github/workflows/[email protected] | ||
uses: notch8/actions/.github/workflows/[email protected] | ||
with: | ||
confdir: "/app/samvera/hyrax-webapp/solr/conf" | ||
rspec_cmd: "gem install semaphore_test_boosters && bundle && rspec_booster --job $CI_NODE_INDEX/$CI_NODE_TOTAL" | ||
|
||
reports: | ||
if: always() | ||
needs: [test, lint] | ||
uses: scientist-softserv/actions/.github/workflows/[email protected] | ||
uses: notch8/actions/.github/workflows/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ jobs: | |
steps: | ||
- id: setup | ||
name: Setup | ||
uses: scientist-softserv/actions/[email protected] | ||
uses: notch8/actions/[email protected] | ||
with: | ||
tag: ${{ inputs.tag }} | ||
image_name: ${{ inputs.image_name }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters