Skip to content

Commit

Permalink
try multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
matbun committed Nov 12, 2024
1 parent 152f19e commit aa0a8b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/container-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ jobs:
with:
workdir: ci
verb: call
args: --commit-id="$(git rev-parse --verify HEAD)" build-container --context=.. --dockerfile=../env-files/torch/Dockerfile test-n-publish --kubeconfig=env:KUBECONFIG_STR
args: >
--commit-id="$(git rev-parse --verify HEAD)"
build-container --context=.. --dockerfile=../env-files/torch/Dockerfile
test-n-publish --kubeconfig=env:KUBECONFIG_STR
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "latest"
env:
Expand Down

0 comments on commit aa0a8b2

Please sign in to comment.