mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
ci: fix dev-container run block indent
This commit is contained in:
parent
4780cf2253
commit
4cef998233
1 changed files with 5 additions and 5 deletions
10
.github/workflows/dev-container.yml
vendored
10
.github/workflows/dev-container.yml
vendored
|
@ -25,10 +25,10 @@ jobs:
|
|||
mkdir -p "${GITHUB_WORKSPACE}/bin/"
|
||||
mv bazelisk-linux-amd64 "${GITHUB_WORKSPACE}/bin/bazel"
|
||||
chmod +x "${GITHUB_WORKSPACE}/bin/bazel"
|
||||
|
||||
|
||||
- name: Build & Publish Dev Container
|
||||
run: |
|
||||
"${GITHUB_WORKSPACE}/bin/bazel" run \
|
||||
--stamp \
|
||||
--workspace_status_command hack/workspace_status.sh\
|
||||
//.devcontainer:publish-dev-container
|
||||
"${GITHUB_WORKSPACE}/bin/bazel" run \
|
||||
--stamp \
|
||||
--workspace_status_command hack/workspace_status.sh\
|
||||
//.devcontainer:publish-dev-container
|
||||
|
|
Loading…
Add table
Reference in a new issue