Skip to content

Commit

Permalink
chore: remove commented out code as is not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
esolitos authored and gitbutler-client committed Aug 16, 2024
1 parent b49d29b commit 0a0b6a9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ jobs:
env:
VESPA_VERSION: ${{ steps.vespa-metadata.outputs.version }}
run: |
# git config --global --add safe.directory "$(pwd)"
# git config --global user.email "[email protected]"
# git config --global user.name "GitHub Actions"
git tag -d "v$VESPA_VERSION" || true
git tag -a "v$VESPA_VERSION" -m "Version $VESPA_VERSION"
Expand Down Expand Up @@ -116,10 +112,6 @@ jobs:
repository: erikbern/ann-benchmarks
path: ${{ env.ANNBENCH_REPO_ROOT }}

# - name: Update Dockerfile
# run: |
# sed -i'' -e 's,^FROM.*,FROM ${{ env.BASE_IMAGE_TAG }},' ${{ env.ANNBENCH_REPO_ROOT }}/ann_benchmarks/algorithms/vespa/Dockerfile

- name: Build
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 0a0b6a9

Please sign in to comment.