Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
treeder committed Oct 8, 2024
1 parent 88a0626 commit 8a83100
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .circleci/config.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
# Strip git ref prefix from version
# VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
git fetch --tags # checkout action does not get these
VERSION=$(git tag --sort=-v:refname --list "v[0-9]*" | head -n 1)
echo "Image version tag: $VERSION"
Expand Down
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"IDX.aI.enableInlineCompletion": true,
"IDX.aI.enableCodebaseIndexing": true
}

0 comments on commit 8a83100

Please sign in to comment.