mirror of
https://github.com/coder/coder.git
synced 2025-07-10 23:53:15 +00:00
docs: fix ssh coder example in testing-templates doc (#17550)
from @NickSquangler and @angrycub on Slack Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
This commit is contained in:
@ -105,7 +105,7 @@ jobs:
|
|||||||
coder create -t $TEMPLATE_NAME --template-version ${{ steps.name.outputs.version_name }} test-${{ steps.name.outputs.version_name }} --yes
|
coder create -t $TEMPLATE_NAME --template-version ${{ steps.name.outputs.version_name }} test-${{ steps.name.outputs.version_name }} --yes
|
||||||
coder config-ssh --yes
|
coder config-ssh --yes
|
||||||
# run some example commands
|
# run some example commands
|
||||||
coder ssh test-${{ steps.name.outputs.version_name }} -- make build
|
ssh coder.test-${{ steps.name.outputs.version_name }} -- make build
|
||||||
|
|
||||||
- name: Delete the test workspace
|
- name: Delete the test workspace
|
||||||
if: always()
|
if: always()
|
||||||
|
Reference in New Issue
Block a user