Skip to content

Commit

Permalink
ci: remove unused repo checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalenic committed Jan 22, 2025
1 parent 797a2da commit 1336a5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ jobs:
name: Release-plz
runs-on: ubuntu-latest
steps:
- name: Checkout htsget-rs repository
- name: Checkout repository
uses: actions/checkout@v4
with:
show-progress: false
fetch-depth: 0
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
Expand All @@ -32,12 +31,6 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout htsget-deploy repository
uses: actions/checkout@v4
with:
repository: https://github.com/umccr/htsget-deploy
path: deploy
fetch-depth: 1
- name: Docker GitHub release
uses: docker/build-push-action@v6
with:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ target
.vscode
.idea
request-benchmarks.json
cdk.context.json
4 changes: 2 additions & 2 deletions docker/examples/minio/config.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
data_server = "None"

[[locations]]
regex = '.*'
substitution_string = '$0'
regex = ".*"
substitution_string = "$0"

backend.kind = "S3"
backend.bucket = "data"
Expand Down

0 comments on commit 1336a5c

Please sign in to comment.