-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- move lapis2 to lapis - move lapis2-docs to lapis-docs - move siloLapisTests to lapis-e2e
- Loading branch information
1 parent
c67a56b
commit 4f5a153
Showing
587 changed files
with
276 additions
and
31,182 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
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
name: Release LAPIS 2 | ||
name: Release LAPIS | ||
|
||
on: | ||
workflow_run: | ||
workflows: [LAPIS v2] | ||
workflows: [LAPIS] | ||
types: [completed] | ||
branches: [main] | ||
|
||
env: | ||
LAPIS_DOCKER_IMAGE_NAME: ghcr.io/genspectrum/lapis-v2 | ||
DOCS_DOCKER_IMAGE_NAME: ghcr.io/genspectrum/lapis-v2-docs | ||
LAPIS_DOCKER_IMAGE_NAME: ghcr.io/genspectrum/lapis | ||
DOCS_DOCKER_IMAGE_NAME: ghcr.io/genspectrum/lapis-docs | ||
|
||
jobs: | ||
release-please: | ||
|
@@ -50,7 +50,7 @@ jobs: | |
username: ${{ github.actor }} | ||
password: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Wait for Lapis 2 Docs Docker Image | ||
- name: Wait for Lapis Docs Docker Image | ||
if: ${{ steps.release.outputs.release_created }} | ||
uses: lewagon/[email protected] | ||
with: | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -6,8 +6,6 @@ | |
# Personal preference | ||
playground/ | ||
|
||
docker-compose.override.yml | ||
|
||
log/ | ||
logs/ | ||
|
||
|
Oops, something went wrong.