mirror of https://github.com/citusdata/citus.git
maintenance
parent
d7f5071cfe
commit
64c8b2d43f
|
@ -10,6 +10,7 @@
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"eamodio.gitlens",
|
"eamodio.gitlens",
|
||||||
|
"GitHub.copilot-chat",
|
||||||
"GitHub.copilot",
|
"GitHub.copilot",
|
||||||
"github.vscode-github-actions",
|
"github.vscode-github-actions",
|
||||||
"github.vscode-pull-request-github",
|
"github.vscode-pull-request-github",
|
||||||
|
|
|
@ -12,9 +12,6 @@ jobs:
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# -
|
|
||||||
# name: Checkout
|
|
||||||
# uses: actions/checkout@v3
|
|
||||||
-
|
-
|
||||||
name: Docker meta
|
name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
|
|
Loading…
Reference in New Issue