generated from ersilia-os/eos-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e4d6dd6
commit 8b4ee0b
Showing
1 changed file
with
0 additions
and
2 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 |
---|---|---|
|
@@ -63,7 +63,6 @@ jobs: | |
- name: Build only AMD64 Image for Testing | ||
id: buildForTestErsiliaPack | ||
continue-on-error: true # Allow this to fail; | ||
uses: docker/[email protected] | ||
with: | ||
context: ../ # We need to go back to the root directory to find the Dockerfile and copy the model repository | ||
|
@@ -75,7 +74,6 @@ jobs: | |
env: | ||
PULL_IMAGE: n | ||
if: steps.buildForTestErsiliaPack.outcome == 'success' | ||
continue-on-error: true # Allow this to fail | ||
run: | | ||
ersilia -v fetch ${{ github.event.repository.name }} --from_dockerhub | ||
ersilia -v serve ${{ github.event.repository.name }} | ||
|