Fix collab deploy (#13076)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin
2024-06-14 16:15:13 -06:00
committed by GitHub
parent 78fd378702
commit 831f7dbbc0
4 changed files with 8 additions and 18 deletions
-3
View File
@@ -38,9 +38,6 @@ jobs:
- name: Remove untracked files
run: git clean -df
- name: Set up default .cargo/config.toml
run: cp ./.cargo/ci-config.toml ~/.cargo/config.toml
- name: Check spelling
run: |
if ! which typos > /dev/null; then
+3
View File
@@ -75,6 +75,9 @@ jobs:
with:
clean: false
- name: Set up default .cargo/config.toml
run: cp ./.cargo/collab-config.toml ~/.cargo/config.toml
- name: Build docker image
run: docker build . --build-arg GITHUB_SHA=$GITHUB_SHA --tag registry.digitalocean.com/zed/collab:$GITHUB_SHA