Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.1.6 changes #194

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Build, check, test, release"
on:
push:
branches:
- 'agave-v2.1.3'
- 'agave-v2.1.6'

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types:
- completed
branches:
- agave-v2.1.3
- agave-v2.1.6
jobs:
kick_solfuzz_ci:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions docker
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

docker build --platform=linux/amd64 -t agave-v2.1.3-patches .
docker run -it -v $DIR:/app -w /app agave-v2.1.3-patches
Comment on lines -5 to -6
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this branch doesnt exist, i called it 2.1.6-patches by accident. let me send you a new commit sha

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok now it should work

docker build --platform=linux/amd64 -t agave-v2.1.6-patches .
docker run -it -v $DIR:/app -w /app agave-v2.1.6-patches